-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deploying to gh-pages from @ 13fdfe4 🚀
- Loading branch information
Showing
572 changed files
with
21,187 additions
and
137 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
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>Chatter (beluga.Beluga.Chatter)</title><link rel="stylesheet" href="../../../odoc.support/odoc.css"/><meta charset="utf-8"/><meta name="generator" content="odoc v2.3.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">beluga</a> » <a href="../index.html">Beluga</a> » Chatter</nav><header class="odoc-preamble"><h1>Module <code><span>Beluga.Chatter</span></code></h1></header><div class="odoc-content"><div class="odoc-spec"><div class="spec value anchored" id="val-level"><a href="#val-level" class="anchor"></a><code><span><span class="keyword">val</span> level : <span>int <span class="xref-unresolved">Stdlib</span>.ref</span></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-print"><a href="#val-print" class="anchor"></a><code><span><span class="keyword">val</span> print : <span>int <span class="arrow">-></span></span> <span><span>(<span><a href="../../Support/Format/index.html#type-formatter">Support.Format.formatter</a> <span class="arrow">-></span></span> unit)</span> <span class="arrow">-></span></span> unit</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.
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>Check (beluga.Beluga.Check)</title><link rel="stylesheet" href="../../../odoc.support/odoc.css"/><meta charset="utf-8"/><meta name="generator" content="odoc v2.3.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">beluga</a> » <a href="../index.html">Beluga</a> » Check</nav><header class="odoc-preamble"><h1>Module <code><span>Beluga.Check</span></code></h1><ul class="at-tags"><li class="author"><span class="at-tag">author</span> Brigitte Pientka</li></ul><p>modified: Joshua Dunfield</p></header><div class="odoc-content"><div class="odoc-spec"><div class="spec module anchored" id="module-LF"><a href="#module-LF" class="anchor"></a><code><span><span class="keyword">module</span> <a href="LF/index.html">LF</a></span><span> : <span class="keyword">sig</span> ... <span class="keyword">end</span></span></code></div></div><div class="odoc-spec"><div class="spec module anchored" id="module-Comp"><a href="#module-Comp" class="anchor"></a><code><span><span class="keyword">module</span> <a href="Comp/index.html">Comp</a></span><span> : <span class="keyword">sig</span> ... <span class="keyword">end</span></span></code></div></div></div></body></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>Command (beluga.Beluga.Command)</title><link rel="stylesheet" href="../../../odoc.support/odoc.css"/><meta charset="utf-8"/><meta name="generator" content="odoc v2.3.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">beluga</a> » <a href="../index.html">Beluga</a> » Command</nav><header class="odoc-preamble"><h1>Module <code><span>Beluga.Command</span></code></h1></header><div class="odoc-content"><div class="odoc-spec"><div class="spec type anchored" id="type-state"><a href="#type-state" class="anchor"></a><code><span><span class="keyword">type</span> state</span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-fprintf"><a href="#val-fprintf" class="anchor"></a><code><span><span class="keyword">val</span> fprintf : | ||
<span><a href="#type-state">state</a> <span class="arrow">-></span></span> | ||
<span><span><span>(<span class="type-var">'a</span>, <span class="xref-unresolved">Stdlib</span>.Format.formatter, <span class="xref-unresolved">Stdlib</span>.Unit.t)</span> <span class="xref-unresolved">Stdlib</span>.format</span> <span class="arrow">-></span></span> | ||
<span class="type-var">'a</span></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-create_initial_state"><a href="#val-create_initial_state" class="anchor"></a><code><span><span class="keyword">val</span> create_initial_state : <span><span class="xref-unresolved">Stdlib</span>.Unit.t <span class="arrow">-></span></span> <a href="#type-state">state</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-print_usage"><a href="#val-print_usage" class="anchor"></a><code><span><span class="keyword">val</span> print_usage : <span><a href="#type-state">state</a> <span class="arrow">-></span></span> <span class="xref-unresolved">Stdlib</span>.Unit.t</span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-interpret_command"><a href="#val-interpret_command" class="anchor"></a><code><span><span class="keyword">val</span> interpret_command : <span><a href="#type-state">state</a> <span class="arrow">-></span></span> <span><span class="label">input</span>:<span class="xref-unresolved">Stdlib</span>.String.t <span class="arrow">-></span></span> <span class="xref-unresolved">Stdlib</span>.Unit.t</span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-load"><a href="#val-load" class="anchor"></a><code><span><span class="keyword">val</span> load : <span><a href="#type-state">state</a> <span class="arrow">-></span></span> <span><span class="label">filename</span>:<span class="xref-unresolved">Stdlib</span>.String.t <span class="arrow">-></span></span> <a href="../../Synint/Sgn/index.html#type-sgn">Synint.Sgn.sgn</a></span></code></div></div></div></body></html> |
Oops, something went wrong.