Skip to content

Commit

Permalink
deploy: 2ed1dc1
Browse files Browse the repository at this point in the history
  • Loading branch information
favonia committed Sep 29, 2023
1 parent ebdf176 commit 66526f7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion asai/Asai/Explicator/Make/index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Make (asai.Asai.Explicator.Make)</title><link rel="stylesheet" href="../../../../odoc.support/odoc.css"/><meta charset="utf-8"/><meta name="generator" content="odoc 2.2.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">asai</a> &#x00BB; <a href="../../index.html">Asai</a> &#x00BB; <a href="../index.html">Explicator</a> &#x00BB; Make</nav><header class="odoc-preamble"><h1>Module <code><span>Explicator.Make</span></code></h1><p>Making an explicator.</p></header><nav class="odoc-toc"><ul><li><a href="#parameters">Parameters</a></li><li><a href="#signature">Signature</a></li></ul></nav><div class="odoc-content"><h2 id="parameters"><a href="#parameters" class="anchor"></a>Parameters</h2><div class="odoc-spec"><div class="spec parameter anchored" id="argument-1-_"><a href="#argument-1-_" class="anchor"></a><code><span><span class="keyword">module</span> </span><span><a href="argument-1-_/index.html">_</a></span><span> : <a href="../module-type-Reader/index.html">Reader</a></span></code></div></div><div class="odoc-spec"><div class="spec parameter anchored" id="argument-2-Style"><a href="#argument-2-Style" class="anchor"></a><code><span><span class="keyword">module</span> </span><span><a href="argument-2-Style/index.html">Style</a></span><span> : <a href="../module-type-Style/index.html">Style</a></span></code></div></div><h2 id="signature"><a href="#signature" class="anchor"></a>Signature</h2><div class="odoc-spec"><div class="spec exception anchored" id="exception-UnexpectedLineNumIncrement"><a href="#exception-UnexpectedLineNumIncrement" class="anchor"></a><code><span><span class="keyword">exception</span> </span><span><span class="exception">UnexpectedLineNumIncrement</span> <span class="keyword">of</span> <a href="../../Span/index.html#type-position">Span.position</a></span></code></div><div class="spec-doc"><p><code>UnexpectedLineNumIncrement pos</code> means the line number of <code>pos</code> is larger than than that of its preceding position, but the explicator did not encounter a newline character <code>\n</code> in between. This usually indicates that there's something wrong with the lexer, or that the file has changed since the parsing.</p></div></div><div class="odoc-spec"><div class="spec exception anchored" id="exception-PositionBeyondEndOfFile"><a href="#exception-PositionBeyondEndOfFile" class="anchor"></a><code><span><span class="keyword">exception</span> </span><span><span class="exception">PositionBeyondEndOfFile</span> <span class="keyword">of</span> <a href="../../Span/index.html#type-position">Span.position</a></span></code></div><div class="spec-doc"><p><code>PositionBeyondEndOfFile pos</code> means the <code>pos</code> lies beyond the end of file. This usually means the file has been truncated after the parsing.</p></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-explicate"><a href="#val-explicate" class="anchor"></a><code><span><span class="keyword">val</span> explicate :
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Make (asai.Asai.Explicator.Make)</title><link rel="stylesheet" href="../../../../odoc.support/odoc.css"/><meta charset="utf-8"/><meta name="generator" content="odoc 2.2.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">asai</a> &#x00BB; <a href="../../index.html">Asai</a> &#x00BB; <a href="../index.html">Explicator</a> &#x00BB; Make</nav><header class="odoc-preamble"><h1>Module <code><span>Explicator.Make</span></code></h1><p>Making an explicator.</p></header><nav class="odoc-toc"><ul><li><a href="#parameters">Parameters</a></li><li><a href="#signature">Signature</a></li></ul></nav><div class="odoc-content"><h2 id="parameters"><a href="#parameters" class="anchor"></a>Parameters</h2><div class="odoc-spec"><div class="spec parameter anchored" id="argument-1-_"><a href="#argument-1-_" class="anchor"></a><code><span><span class="keyword">module</span> </span><span><a href="argument-1-_/index.html">_</a></span><span> : <a href="../module-type-Reader/index.html">Reader</a></span></code></div></div><div class="odoc-spec"><div class="spec parameter anchored" id="argument-2-Style"><a href="#argument-2-Style" class="anchor"></a><code><span><span class="keyword">module</span> </span><span><a href="argument-2-Style/index.html">Style</a></span><span> : <a href="../module-type-Style/index.html">Style</a></span></code></div></div><h2 id="signature"><a href="#signature" class="anchor"></a>Signature</h2><div class="odoc-spec"><div class="spec exception anchored" id="exception-UnexpectedEndOfFile"><a href="#exception-UnexpectedEndOfFile" class="anchor"></a><code><span><span class="keyword">exception</span> </span><span><span class="exception">UnexpectedEndOfFile</span> <span class="keyword">of</span> <a href="../../Span/index.html#type-position">Span.position</a></span></code></div><div class="spec-doc"><p><code>UnexpectedEndOfFile pos</code> means the <code>pos</code> lies beyond the end of file. This usually means the file has been truncated after the parsing.</p></div></div><div class="odoc-spec"><div class="spec exception anchored" id="exception-UnexpectedLineNumIncrement"><a href="#exception-UnexpectedLineNumIncrement" class="anchor"></a><code><span><span class="keyword">exception</span> </span><span><span class="exception">UnexpectedLineNumIncrement</span> <span class="keyword">of</span> <a href="../../Span/index.html#type-position">Span.position</a></span></code></div><div class="spec-doc"><p><code>UnexpectedLineNumIncrement pos</code> means the line number of <code>pos</code> is larger than than that of its preceding position, but the explicator did not encounter a newline in between. This usually indicates that there's something wrong with the lexer, or that the file has changed since the parsing.</p></div></div><div class="odoc-spec"><div class="spec exception anchored" id="exception-UnexpectedNewline"><a href="#exception-UnexpectedNewline" class="anchor"></a><code><span><span class="keyword">exception</span> </span><span><span class="exception">UnexpectedNewline</span> <span class="keyword">of</span> <a href="../../Span/index.html#type-position">Span.position</a></span></code></div><div class="spec-doc"><p><code>UnexpectedNewline pos</code> means the line number of <code>pos</code> is the same as its preceding position, but the explicator encountered a newline in between. This usually indicates that there's something wrong with the lexer, or that the file has changed since the parsing.</p></div></div><div class="odoc-spec"><div class="spec exception anchored" id="exception-UnexpectedPositionInNewline"><a href="#exception-UnexpectedPositionInNewline" class="anchor"></a><code><span><span class="keyword">exception</span> </span><span><span class="exception">UnexpectedPositionInNewline</span> <span class="keyword">of</span> <a href="../../Span/index.html#type-position">Span.position</a></span></code></div><div class="spec-doc"><p><code>UnexpectedPositionInNewline pos</code> means the position <code>pos</code> is in the middle of a newline. This can happen when the newline consists of multiple bytes, for example <code>0x0D 0x0A</code>. It usually indicates that there's something wrong with the lexer, or that the file has changed since the parsing.</p></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-explicate"><a href="#val-explicate" class="anchor"></a><code><span><span class="keyword">val</span> explicate :
<span>?line_breaking:<span>[ `Unicode <span>| `Traditional</span> ]</span> <span class="arrow">&#45;&gt;</span></span>
<span>?splitting_threshold:int <span class="arrow">&#45;&gt;</span></span>
<span><span><span><span>(<a href="../../Span/index.html#type-t">Span.t</a>, <a href="argument-2-Style/index.html#type-t">Style.t</a>)</span> <a href="../index.html#type-styled">styled</a></span> list</span> <span class="arrow">&#45;&gt;</span></span>
Expand Down
Loading

0 comments on commit 66526f7

Please sign in to comment.