-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #16 from StrykerKKD/prepare030
Prepare for 0.3.0 release
- Loading branch information
Showing
25 changed files
with
182 additions
and
41 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
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
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 |
---|---|---|
@@ -1,2 +1,2 @@ | ||
<!DOCTYPE html> | ||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Goal (logical.Logical.Goal)</title><link rel="stylesheet" href="../../../odoc.css"/><meta charset="utf-8"/><meta name="viewport" content="width=device-width,initial-scale=1.0"/><script src="../../../highlight.pack.js"></script><script>hljs.initHighlightingOnLoad();</script></head><body><div class="content"><header><nav><a href="../index.html">Up</a> – <a href="../../index.html">logical</a> » <a href="../index.html">Logical</a> » Goal</nav><h1>Module <code>Logical.Goal</code></h1></header><dl><dt class="spec value" id="val-equal"><a href="#val-equal" class="anchor"></a><code><span class="keyword">val</span> equal : <a href="../Value/Type/index.html#type-t">Value.Type.t</a> <span>-></span> <a href="../Value/Type/index.html#type-t">Value.Type.t</a> <span>-></span> <a href="../Value/index.html#type-goal">Value.goal</a></code></dt><dt class="spec value" id="val-either"><a href="#val-either" class="anchor"></a><code><span class="keyword">val</span> either : <a href="../Value/index.html#type-goal">Value.goal</a> <span>-></span> <a href="../Value/index.html#type-goal">Value.goal</a> <span>-></span> <a href="../Value/index.html#type-goal">Value.goal</a></code></dt><dt class="spec value" id="val-either_multi"><a href="#val-either_multi" class="anchor"></a><code><span class="keyword">val</span> either_multi : <span><a href="../Value/index.html#type-goal">Value.goal</a> list</span> <span>-></span> <a href="../Value/index.html#type-goal">Value.goal</a></code></dt><dt class="spec value" id="val-both"><a href="#val-both" class="anchor"></a><code><span class="keyword">val</span> both : <a href="../Value/index.html#type-goal">Value.goal</a> <span>-></span> <a href="../Value/index.html#type-goal">Value.goal</a> <span>-></span> <a href="../Value/index.html#type-goal">Value.goal</a></code></dt><dt class="spec value" id="val-in_set"><a href="#val-in_set" class="anchor"></a><code><span class="keyword">val</span> in_set : <a href="../Value/Type/index.html#type-t">Value.Type.t</a> <span>-></span> <a href="../Value/Type/index.html#type-t">Value.Type.t</a> <span>-></span> <a href="../Value/index.html#type-goal">Value.goal</a></code></dt></dl></div></body></html> | ||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Goal (logical.Logical.Goal)</title><link rel="stylesheet" href="../../../odoc.css"/><meta charset="utf-8"/><meta name="viewport" content="width=device-width,initial-scale=1.0"/><script src="../../../highlight.pack.js"></script><script>hljs.initHighlightingOnLoad();</script></head><body><div class="content"><header><nav><a href="../index.html">Up</a> – <a href="../../index.html">logical</a> » <a href="../index.html">Logical</a> » Goal</nav><h1>Module <code>Logical.Goal</code></h1></header><dl><dt class="spec value" id="val-equal"><a href="#val-equal" class="anchor"></a><code><span class="keyword">val</span> equal : <a href="../Type/index.html#type-t">Type.t</a> <span>-></span> <a href="../Type/index.html#type-t">Type.t</a> <span>-></span> <a href="../Type/index.html#type-goal">Type.goal</a></code></dt><dt class="spec value" id="val-either"><a href="#val-either" class="anchor"></a><code><span class="keyword">val</span> either : <a href="../Type/index.html#type-goal">Type.goal</a> <span>-></span> <a href="../Type/index.html#type-goal">Type.goal</a> <span>-></span> <a href="../Type/index.html#type-goal">Type.goal</a></code></dt><dt class="spec value" id="val-either_multi"><a href="#val-either_multi" class="anchor"></a><code><span class="keyword">val</span> either_multi : <span><a href="../Type/index.html#type-goal">Type.goal</a> list</span> <span>-></span> <a href="../Type/index.html#type-goal">Type.goal</a></code></dt><dt class="spec value" id="val-both"><a href="#val-both" class="anchor"></a><code><span class="keyword">val</span> both : <a href="../Type/index.html#type-goal">Type.goal</a> <span>-></span> <a href="../Type/index.html#type-goal">Type.goal</a> <span>-></span> <a href="../Type/index.html#type-goal">Type.goal</a></code></dt><dt class="spec value" id="val-both_multi"><a href="#val-both_multi" class="anchor"></a><code><span class="keyword">val</span> both_multi : <span><a href="../Type/index.html#type-goal">Type.goal</a> list</span> <span>-></span> <a href="../Type/index.html#type-goal">Type.goal</a></code></dt><dt class="spec value" id="val-in_set"><a href="#val-in_set" class="anchor"></a><code><span class="keyword">val</span> in_set : <a href="../Type/index.html#type-t">Type.t</a> <span>-></span> <span><span>(<a href="../Type/index.html#type-t">Type.t</a>, <a href="../Type/index.html#type-comparator_witness">Type.comparator_witness</a>)</span> Base.Set.t</span> <span>-></span> <a href="../Type/index.html#type-goal">Type.goal</a></code></dt></dl></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 |
---|---|---|
@@ -1,2 +1,2 @@ | ||
<!DOCTYPE html> | ||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>State (logical.Logical.State)</title><link rel="stylesheet" href="../../../odoc.css"/><meta charset="utf-8"/><meta name="viewport" content="width=device-width,initial-scale=1.0"/><script src="../../../highlight.pack.js"></script><script>hljs.initHighlightingOnLoad();</script></head><body><div class="content"><header><nav><a href="../index.html">Up</a> – <a href="../../index.html">logical</a> » <a href="../index.html">Logical</a> » State</nav><h1>Module <code>Logical.State</code></h1></header><dl><dt class="spec value" id="val-empty"><a href="#val-empty" class="anchor"></a><code><span class="keyword">val</span> empty : <span><span class="type-var">'a</span> list</span></code></dt><dt class="spec value" id="val-value_of"><a href="#val-value_of" class="anchor"></a><code><span class="keyword">val</span> value_of : <a href="../Value/index.html#type-state">Value.state</a> <span>-></span> <a href="../Value/Type/index.html#type-t">Value.Type.t</a> <span>-></span> <a href="../Value/Type/index.html#type-t">Value.Type.t</a></code></dt><dt class="spec value" id="val-unify"><a href="#val-unify" class="anchor"></a><code><span class="keyword">val</span> unify : <a href="../Value/index.html#type-state">Value.state</a> <span>-></span> <a href="../Value/Type/index.html#type-t">Value.Type.t</a> <span>-></span> <a href="../Value/Type/index.html#type-t">Value.Type.t</a> <span>-></span> <span><a href="../Value/index.html#type-state">Value.state</a> option</span></code></dt><dt class="spec value" id="val-to_string"><a href="#val-to_string" class="anchor"></a><code><span class="keyword">val</span> to_string : <a href="../Value/index.html#type-state">Value.state</a> <span>-></span> string</code></dt></dl></div></body></html> | ||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>State (logical.Logical.State)</title><link rel="stylesheet" href="../../../odoc.css"/><meta charset="utf-8"/><meta name="viewport" content="width=device-width,initial-scale=1.0"/><script src="../../../highlight.pack.js"></script><script>hljs.initHighlightingOnLoad();</script></head><body><div class="content"><header><nav><a href="../index.html">Up</a> – <a href="../../index.html">logical</a> » <a href="../index.html">Logical</a> » State</nav><h1>Module <code>Logical.State</code></h1></header><dl><dt class="spec value" id="val-empty"><a href="#val-empty" class="anchor"></a><code><span class="keyword">val</span> empty : <a href="../Type/index.html#type-state">Type.state</a></code></dt><dt class="spec value" id="val-create"><a href="#val-create" class="anchor"></a><code><span class="keyword">val</span> create : <span><span>(<a href="../Type/index.html#type-variable_name">Type.variable_name</a> * <a href="../Type/index.html#type-t">Type.t</a>)</span> list</span> <span>-></span> <span><a href="../Type/index.html#type-state">Type.state</a> option</span></code></dt><dt class="spec value" id="val-create_exn"><a href="#val-create_exn" class="anchor"></a><code><span class="keyword">val</span> create_exn : <span><span>(<a href="../Type/index.html#type-variable_name">Type.variable_name</a> * <a href="../Type/index.html#type-t">Type.t</a>)</span> list</span> <span>-></span> <a href="../Type/index.html#type-state">Type.state</a></code></dt><dt class="spec value" id="val-value_of"><a href="#val-value_of" class="anchor"></a><code><span class="keyword">val</span> value_of : <a href="../Type/index.html#type-state">Type.state</a> <span>-></span> <a href="../Type/index.html#type-t">Type.t</a> <span>-></span> <a href="../Type/index.html#type-t">Type.t</a></code></dt><dt class="spec value" id="val-unify"><a href="#val-unify" class="anchor"></a><code><span class="keyword">val</span> unify : <a href="../Type/index.html#type-state">Type.state</a> <span>-></span> <a href="../Type/index.html#type-t">Type.t</a> <span>-></span> <a href="../Type/index.html#type-t">Type.t</a> <span>-></span> <span><a href="../Type/index.html#type-state">Type.state</a> option</span></code></dt><dt class="spec value" id="val-to_string"><a href="#val-to_string" class="anchor"></a><code><span class="keyword">val</span> to_string : <a href="../Type/index.html#type-state">Type.state</a> <span>-></span> string</code></dt></dl></div></body></html> |
Oops, something went wrong.