-
Notifications
You must be signed in to change notification settings - Fork 188
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
Showing
812 changed files
with
1,507,956 additions
and
0 deletions.
There are no files selected for viewing
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,25 @@ | ||
<!DOCTYPE html> | ||
<html xmlns="http://www.w3.org/1999/xhtml"> | ||
<head> | ||
<title>index</title> | ||
<link rel="stylesheet" href="./odoc.support/odoc.css"/> | ||
<meta charset="utf-8"/> | ||
<meta name="viewport" content="width=device-width,initial-scale=1.0"/> | ||
</head> | ||
<body> | ||
<main class="content"> | ||
<div class="by-name"> | ||
<h2>OCaml package documentation</h2> | ||
<ol> | ||
<li><a href="js_of_ocaml/index.html">js_of_ocaml</a></li> | ||
<li><a href="js_of_ocaml-compiler/index.html">js_of_ocaml-compiler</a></li> | ||
<li><a href="js_of_ocaml-lwt/index.html">js_of_ocaml-lwt</a></li> | ||
<li><a href="js_of_ocaml-ppx/index.html">js_of_ocaml-ppx</a></li> | ||
<li><a href="js_of_ocaml-ppx_deriving_json/index.html">js_of_ocaml-ppx_deriving_json</a></li> | ||
<li><a href="js_of_ocaml-toplevel/index.html">js_of_ocaml-toplevel</a></li> | ||
<li><a href="js_of_ocaml-tyxml/index.html">js_of_ocaml-tyxml</a></li> | ||
</ol> | ||
</div> | ||
</main> | ||
</body> | ||
</html> |
2 changes: 2 additions & 0 deletions
2
doc/5.3.0/api/js_of_ocaml-compiler/Js_of_ocaml_compiler/Annot_lexer/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>Annot_lexer (js_of_ocaml-compiler.Js_of_ocaml_compiler.Annot_lexer)</title><link rel="stylesheet" href="../../../odoc.support/odoc.css"/><meta charset="utf-8"/><meta name="generator" content="odoc 2.2.0"/><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">js_of_ocaml-compiler</a> » <a href="../index.html">Js_of_ocaml_compiler</a> » Annot_lexer</nav><header class="odoc-preamble"><h1>Module <code><span>Js_of_ocaml_compiler.Annot_lexer</span></code></h1></header><div class="odoc-content"><div class="odoc-spec"><div class="spec value anchored" id="val-main"><a href="#val-main" class="anchor"></a><code><span><span class="keyword">val</span> main : <span><span class="xref-unresolved">Stdlib</span>.Lexing.lexbuf <span class="arrow">-></span></span> <a href="../Annot_parser/index.html#type-token">Annot_parser.token</a></span></code></div></div></div></body></html> |
5 changes: 5 additions & 0 deletions
5
doc/5.3.0/api/js_of_ocaml-compiler/Js_of_ocaml_compiler/Annot_parser/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,5 @@ | ||
<!DOCTYPE html> | ||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Annot_parser (js_of_ocaml-compiler.Js_of_ocaml_compiler.Annot_parser)</title><link rel="stylesheet" href="../../../odoc.support/odoc.css"/><meta charset="utf-8"/><meta name="generator" content="odoc 2.2.0"/><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">js_of_ocaml-compiler</a> » <a href="../index.html">Js_of_ocaml_compiler</a> » Annot_parser</nav><header class="odoc-preamble"><h1>Module <code><span>Js_of_ocaml_compiler.Annot_parser</span></code></h1></header><div class="odoc-content"><div class="odoc-spec"><div class="spec type anchored" id="type-token"><a href="#type-token" class="anchor"></a><code><span><span class="keyword">type</span> token</span><span> = </span></code><ol><li id="type-token.TWeakdef" class="def variant constructor anchored"><a href="#type-token.TWeakdef" class="anchor"></a><code><span>| </span><span><span class="constructor">TWeakdef</span></span></code></li><li id="type-token.TVersion" class="def variant constructor anchored"><a href="#type-token.TVersion" class="anchor"></a><code><span>| </span><span><span class="constructor">TVersion</span></span></code></li><li id="type-token.TVNum" class="def variant constructor anchored"><a href="#type-token.TVNum" class="anchor"></a><code><span>| </span><span><span class="constructor">TVNum</span> <span class="keyword">of</span> string</span></code></li><li id="type-token.TRequires" class="def variant constructor anchored"><a href="#type-token.TRequires" class="anchor"></a><code><span>| </span><span><span class="constructor">TRequires</span></span></code></li><li id="type-token.TProvides" class="def variant constructor anchored"><a href="#type-token.TProvides" class="anchor"></a><code><span>| </span><span><span class="constructor">TProvides</span></span></code></li><li id="type-token.TOTHER" class="def variant constructor anchored"><a href="#type-token.TOTHER" class="anchor"></a><code><span>| </span><span><span class="constructor">TOTHER</span> <span class="keyword">of</span> string</span></code></li><li id="type-token.TIf" class="def variant constructor anchored"><a href="#type-token.TIf" class="anchor"></a><code><span>| </span><span><span class="constructor">TIf</span></span></code></li><li id="type-token.TIdent" class="def variant constructor anchored"><a href="#type-token.TIdent" class="anchor"></a><code><span>| </span><span><span class="constructor">TIdent</span> <span class="keyword">of</span> string</span></code></li><li id="type-token.TComma" class="def variant constructor anchored"><a href="#type-token.TComma" class="anchor"></a><code><span>| </span><span><span class="constructor">TComma</span></span></code></li><li id="type-token.TColon" class="def variant constructor anchored"><a href="#type-token.TColon" class="anchor"></a><code><span>| </span><span><span class="constructor">TColon</span></span></code></li><li id="type-token.TBang" class="def variant constructor anchored"><a href="#type-token.TBang" class="anchor"></a><code><span>| </span><span><span class="constructor">TBang</span></span></code></li><li id="type-token.TAlways" class="def variant constructor anchored"><a href="#type-token.TAlways" class="anchor"></a><code><span>| </span><span><span class="constructor">TAlways</span></span></code></li><li id="type-token.TAlias" class="def variant constructor anchored"><a href="#type-token.TAlias" class="anchor"></a><code><span>| </span><span><span class="constructor">TAlias</span></span></code></li><li id="type-token.TA_Shallow" class="def variant constructor anchored"><a href="#type-token.TA_Shallow" class="anchor"></a><code><span>| </span><span><span class="constructor">TA_Shallow</span></span></code></li><li id="type-token.TA_Pure" class="def variant constructor anchored"><a href="#type-token.TA_Pure" class="anchor"></a><code><span>| </span><span><span class="constructor">TA_Pure</span></span></code></li><li id="type-token.TA_Object_literal" class="def variant constructor anchored"><a href="#type-token.TA_Object_literal" class="anchor"></a><code><span>| </span><span><span class="constructor">TA_Object_literal</span></span></code></li><li id="type-token.TA_Mutator" class="def variant constructor anchored"><a href="#type-token.TA_Mutator" class="anchor"></a><code><span>| </span><span><span class="constructor">TA_Mutator</span></span></code></li><li id="type-token.TA_Mutable" class="def variant constructor anchored"><a href="#type-token.TA_Mutable" class="anchor"></a><code><span>| </span><span><span class="constructor">TA_Mutable</span></span></code></li><li id="type-token.TA_Const" class="def variant constructor anchored"><a href="#type-token.TA_Const" class="anchor"></a><code><span>| </span><span><span class="constructor">TA_Const</span></span></code></li><li id="type-token.RPARENT" class="def variant constructor anchored"><a href="#type-token.RPARENT" class="anchor"></a><code><span>| </span><span><span class="constructor">RPARENT</span></span></code></li><li id="type-token.LT" class="def variant constructor anchored"><a href="#type-token.LT" class="anchor"></a><code><span>| </span><span><span class="constructor">LT</span></span></code></li><li id="type-token.LPARENT" class="def variant constructor anchored"><a href="#type-token.LPARENT" class="anchor"></a><code><span>| </span><span><span class="constructor">LPARENT</span></span></code></li><li id="type-token.LE" class="def variant constructor anchored"><a href="#type-token.LE" class="anchor"></a><code><span>| </span><span><span class="constructor">LE</span></span></code></li><li id="type-token.GT" class="def variant constructor anchored"><a href="#type-token.GT" class="anchor"></a><code><span>| </span><span><span class="constructor">GT</span></span></code></li><li id="type-token.GE" class="def variant constructor anchored"><a href="#type-token.GE" class="anchor"></a><code><span>| </span><span><span class="constructor">GE</span></span></code></li><li id="type-token.EQ" class="def variant constructor anchored"><a href="#type-token.EQ" class="anchor"></a><code><span>| </span><span><span class="constructor">EQ</span></span></code></li><li id="type-token.EOL" class="def variant constructor anchored"><a href="#type-token.EOL" class="anchor"></a><code><span>| </span><span><span class="constructor">EOL</span></span></code></li><li id="type-token.EOF" class="def variant constructor anchored"><a href="#type-token.EOF" class="anchor"></a><code><span>| </span><span><span class="constructor">EOF</span></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></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-annot"><a href="#val-annot" class="anchor"></a><code><span><span class="keyword">val</span> annot : | ||
<span><span>(<span><span class="xref-unresolved">Stdlib</span>.Lexing.lexbuf <span class="arrow">-></span></span> <a href="#type-token">token</a>)</span> <span class="arrow">-></span></span> | ||
<span><span class="xref-unresolved">Stdlib</span>.Lexing.lexbuf <span class="arrow">-></span></span> | ||
<a href="../Primitive/index.html#type-t">Primitive.t</a></span></code></div></div></div></body></html> |
Oops, something went wrong.