-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
cfa11f1
commit 3bb943e
Showing
37 changed files
with
19,157 additions
and
55 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 2 additions & 0 deletions
2
v3.0.0/api/ml/melange/Melange_compiler_libs/Syntaxerr/index.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
<!DOCTYPE html> | ||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Syntaxerr (melange.Melange_compiler_libs.Syntaxerr)</title><link rel="stylesheet" href="../../../odoc.support/odoc.css"/><meta charset="utf-8"/><meta name="generator" content="odoc 2.3.1"/><meta name="viewport" content="width=device-width,initial-scale=1.0"/><script src="../../../odoc.support/highlight.pack.js"></script><script>hljs.initHighlightingOnLoad();</script></head><body class="odoc"><nav class="odoc-nav"><a href="../index.html">Up</a> – <a href="../../index.html">melange</a> » <a href="../index.html">Melange_compiler_libs</a> » Syntaxerr</nav><header class="odoc-preamble"><h1>Module <code><span>Melange_compiler_libs.Syntaxerr</span></code></h1><p>Auxiliary type for reporting syntax errors</p><p><b>Warning:</b> this module is unstable and part of <span class="xref-unresolved" title="Compiler_libs">compiler-libs</span>.</p></header><div class="odoc-content"><div class="odoc-spec"><div class="spec type anchored" id="type-error"><a href="#type-error" class="anchor"></a><code><span><span class="keyword">type</span> error</span><span> = </span></code><ol><li id="type-error.Unclosed" class="def variant constructor anchored"><a href="#type-error.Unclosed" class="anchor"></a><code><span>| </span><span><span class="constructor">Unclosed</span> <span class="keyword">of</span> <a href="../Location/index.html#type-t">Location.t</a> * string * <a href="../Location/index.html#type-t">Location.t</a> * string</span></code></li><li id="type-error.Expecting" class="def variant constructor anchored"><a href="#type-error.Expecting" class="anchor"></a><code><span>| </span><span><span class="constructor">Expecting</span> <span class="keyword">of</span> <a href="../Location/index.html#type-t">Location.t</a> * string</span></code></li><li id="type-error.Not_expecting" class="def variant constructor anchored"><a href="#type-error.Not_expecting" class="anchor"></a><code><span>| </span><span><span class="constructor">Not_expecting</span> <span class="keyword">of</span> <a href="../Location/index.html#type-t">Location.t</a> * string</span></code></li><li id="type-error.Applicative_path" class="def variant constructor anchored"><a href="#type-error.Applicative_path" class="anchor"></a><code><span>| </span><span><span class="constructor">Applicative_path</span> <span class="keyword">of</span> <a href="../Location/index.html#type-t">Location.t</a></span></code></li><li id="type-error.Variable_in_scope" class="def variant constructor anchored"><a href="#type-error.Variable_in_scope" class="anchor"></a><code><span>| </span><span><span class="constructor">Variable_in_scope</span> <span class="keyword">of</span> <a href="../Location/index.html#type-t">Location.t</a> * string</span></code></li><li id="type-error.Other" class="def variant constructor anchored"><a href="#type-error.Other" class="anchor"></a><code><span>| </span><span><span class="constructor">Other</span> <span class="keyword">of</span> <a href="../Location/index.html#type-t">Location.t</a></span></code></li><li id="type-error.Ill_formed_ast" class="def variant constructor anchored"><a href="#type-error.Ill_formed_ast" class="anchor"></a><code><span>| </span><span><span class="constructor">Ill_formed_ast</span> <span class="keyword">of</span> <a href="../Location/index.html#type-t">Location.t</a> * string</span></code></li><li id="type-error.Invalid_package_type" class="def variant constructor anchored"><a href="#type-error.Invalid_package_type" class="anchor"></a><code><span>| </span><span><span class="constructor">Invalid_package_type</span> <span class="keyword">of</span> <a href="../Location/index.html#type-t">Location.t</a> * string</span></code></li><li id="type-error.Removed_string_set" class="def variant constructor anchored"><a href="#type-error.Removed_string_set" class="anchor"></a><code><span>| </span><span><span class="constructor">Removed_string_set</span> <span class="keyword">of</span> <a href="../Location/index.html#type-t">Location.t</a></span></code></li></ol></div></div><div class="odoc-spec"><div class="spec exception anchored" id="exception-Error"><a href="#exception-Error" class="anchor"></a><code><span><span class="keyword">exception</span> </span><span><span class="exception">Error</span> <span class="keyword">of</span> <a href="#type-error">error</a></span></code></div></div><div class="odoc-spec"><div class="spec exception anchored" id="exception-Escape_error"><a href="#exception-Escape_error" class="anchor"></a><code><span><span class="keyword">exception</span> </span><span><span class="exception">Escape_error</span></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-location_of_error"><a href="#val-location_of_error" class="anchor"></a><code><span><span class="keyword">val</span> location_of_error : <span><a href="#type-error">error</a> <span class="arrow">-></span></span> <a href="../Location/index.html#type-t">Location.t</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-ill_formed_ast"><a href="#val-ill_formed_ast" class="anchor"></a><code><span><span class="keyword">val</span> ill_formed_ast : <span><a href="../Location/index.html#type-t">Location.t</a> <span class="arrow">-></span></span> <span>string <span class="arrow">-></span></span> <span class="type-var">'a</span></span></code></div></div></div></body></html> |
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
2 changes: 2 additions & 0 deletions
2
v3.0.0/api/ml/melange/Melange_ffi/Utf8_string/Private/index.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
<!DOCTYPE html> | ||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Private (melange.Melange_ffi.Utf8_string.Private)</title><link rel="stylesheet" href="../../../../odoc.support/odoc.css"/><meta charset="utf-8"/><meta name="generator" content="odoc 2.3.1"/><meta name="viewport" content="width=device-width,initial-scale=1.0"/><script src="../../../../odoc.support/highlight.pack.js"></script><script>hljs.initHighlightingOnLoad();</script></head><body class="odoc"><nav class="odoc-nav"><a href="../index.html">Up</a> – <a href="../../../index.html">melange</a> » <a href="../../index.html">Melange_ffi</a> » <a href="../index.html">Utf8_string</a> » Private</nav><header class="odoc-preamble"><h1>Module <code><span>Utf8_string.Private</span></code></h1></header><div class="odoc-content"><div class="odoc-spec"><div class="spec value anchored" id="val-transform"><a href="#val-transform" class="anchor"></a><code><span><span class="keyword">val</span> transform : <span>string <span class="arrow">-></span></span> string</span></code></div></div></div></body></html> |
Oops, something went wrong.