Skip to content

Commit ed141da

Browse files
committed
deploy: 77b07d3
0 parents  commit ed141da

46 files changed

Lines changed: 2449 additions & 0 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.nojekyll

Whitespace-only changes.

index.html

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
<!DOCTYPE html>
2+
<html xmlns="http://www.w3.org/1999/xhtml">
3+
<head>
4+
<title>index</title>
5+
<link rel="stylesheet" href="./odoc.support/odoc.css"/>
6+
<meta charset="utf-8"/>
7+
<meta name="viewport" content="width=device-width,initial-scale=1.0"/>
8+
</head>
9+
<body>
10+
<main class="content">
11+
<div class="by-name">
12+
<h2>melange-fest documentation</h2>
13+
<ul>
14+
<li><a href="reason">Reason docs</a></li>
15+
<li><a href="ocaml">OCaml docs</a></li>
16+
</ul>
17+
</div>
18+
</main>
19+
</body>
20+
</html>

ocaml/Domloader/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
<!DOCTYPE html>
2+
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Domloader (melange-fest.Domloader)</title><meta charset="utf-8"/><link rel="stylesheet" href="../../odoc.support/odoc.css"/><meta name="generator" content="odoc 3.1.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">Index</a> &#x00BB; <a href="../index.html">melange-fest</a> &#x00BB; Domloader</nav><header class="odoc-preamble"><h1>Module <code><span>Domloader</span></code></h1></header><div class="odoc-content"><div class="odoc-spec"><div class="spec value anchored" id="val-init"><a href="#val-init" class="anchor"></a><code><span><span class="keyword">val</span> init : <span>unit <span class="arrow">&#45;&gt;</span></span> unit</span></code></div><div class="spec-doc"><p>Initialize the Node environment to make it ready to run tests</p></div></div></div></body></html>

ocaml/Fest/Promise/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
<!DOCTYPE html>
2+
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Promise (melange-fest.Fest.Promise)</title><meta charset="utf-8"/><link rel="stylesheet" href="../../../odoc.support/odoc.css"/><meta name="generator" content="odoc 3.1.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">Index</a> &#x00BB; <a href="../../index.html">melange-fest</a> &#x00BB; <a href="../index.html">Fest</a> &#x00BB; Promise</nav><header class="odoc-preamble"><h1>Module <code><span>Fest.Promise</span></code></h1><p>This promise-based module is needed for nested tests, see <a href="https://nodejs.org/api/test.html#subtests">https://nodejs.org/api/test.html#subtests</a></p></header><div class="odoc-content"><div class="odoc-spec"><div class="spec value anchored" id="val-(let*)"><a href="#val-(let*)" class="anchor"></a><code><span><span class="keyword">val</span> (let*) : <span><span><span class="type-var">'a</span> <span class="xref-unresolved">Js</span>.Promise.t</span> <span class="arrow">&#45;&gt;</span></span> <span><span>(<span><span class="type-var">'a</span> <span class="arrow">&#45;&gt;</span></span> <span><span class="type-var">'b</span> <span class="xref-unresolved">Js</span>.Promise.t</span>)</span> <span class="arrow">&#45;&gt;</span></span> <span><span class="type-var">'b</span> <span class="xref-unresolved">Js</span>.Promise.t</span></span></code></div><div class="spec-doc"><p><a href="https://v2.ocaml.org/manual/bindingops.html">Monadic binding operator</a> for promises</p></div></div><div class="odoc-spec"><div class="spec value external anchored" id="val-test"><a href="#val-test" class="anchor"></a><code><span><span class="keyword">val</span> test : <span>string <span class="arrow">&#45;&gt;</span></span> <span><span>(<span>unit <span class="arrow">&#45;&gt;</span></span> <span>unit <span class="xref-unresolved">Js</span>.Promise.t</span>)</span> <span class="arrow">&#45;&gt;</span></span> unit</span></code></div><div class="spec-doc"><p>Create a top-level test with a given name and callback function that runs the test and returns a promise.</p></div></div><div class="odoc-spec"><div class="spec value external anchored" id="val-subtest"><a href="#val-subtest" class="anchor"></a><code><span><span class="keyword">val</span> subtest : <span>string <span class="arrow">&#45;&gt;</span></span> <span><span>(<span>unit <span class="arrow">&#45;&gt;</span></span> <span>unit <span class="xref-unresolved">Js</span>.Promise.t</span>)</span> <span class="arrow">&#45;&gt;</span></span> <span>unit <span class="xref-unresolved">Js</span>.Promise.t</span></span></code></div><div class="spec-doc"><p>Create a subtest with a given name and callback function that runs the test and returns a promise. It is supposed to be used inside a <a href="#val-test"><code>test</code></a> function call.</p></div></div></div></body></html>

ocaml/Fest/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
<!DOCTYPE html>
2+
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Fest (melange-fest.Fest)</title><meta charset="utf-8"/><link rel="stylesheet" href="../../odoc.support/odoc.css"/><meta name="generator" content="odoc 3.1.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">Index</a> &#x00BB; <a href="../index.html">melange-fest</a> &#x00BB; Fest</nav><header class="odoc-preamble"><h1>Module <code><span>Fest</span></code></h1><p>Bindings for functions from <a href="https://nodejs.org/api/test.html#test-runner">node:test</a> and <a href="https://nodejs.org/api/assert.html#strict-assertion-mode">node:assert/strict</a> modules</p></header><div class="odoc-content"><div class="odoc-spec"><div class="spec value external anchored" id="val-test"><a href="#val-test" class="anchor"></a><code><span><span class="keyword">val</span> test : <span>string <span class="arrow">&#45;&gt;</span></span> <span><span>(<span>unit <span class="arrow">&#45;&gt;</span></span> unit)</span> <span class="arrow">&#45;&gt;</span></span> unit</span></code></div><div class="spec-doc"><p>Create a test with a given name and callback function that runs the test</p></div></div><div class="odoc-spec"><div class="spec module anchored" id="module-Promise"><a href="#module-Promise" class="anchor"></a><code><span><span class="keyword">module</span> <a href="Promise/index.html">Promise</a></span><span> : <span class="keyword">sig</span> ... <span class="keyword">end</span></span></code></div><div class="spec-doc"><p>This promise-based module is needed for nested tests, see <a href="https://nodejs.org/api/test.html#subtests">https://nodejs.org/api/test.html#subtests</a></p></div></div><div class="odoc-spec"><div class="spec type anchored" id="type-assertion"><a href="#type-assertion" class="anchor"></a><code><span><span class="keyword">type</span> assertion</span></code></div><div class="spec-doc"><p>Abstract type for the <a href="https://nodejs.org/api/assert.html#strict-assertion-mode">node:assert/strict</a> module</p></div></div><div class="odoc-spec"><div class="spec value external anchored" id="val-expect"><a href="#val-expect" class="anchor"></a><code><span><span class="keyword">val</span> expect : <a href="#type-assertion">assertion</a></span></code></div><div class="spec-doc"><p>The <a href="https://nodejs.org/api/assert.html#strict-assertion-mode">node:assert/strict</a> module object</p></div></div><div class="odoc-spec"><div class="spec value external anchored" id="val-ok"><a href="#val-ok" class="anchor"></a><code><span><span class="keyword">val</span> ok : <span>bool <span class="arrow">&#45;&gt;</span></span> <span><a href="#type-assertion">assertion</a> <span class="arrow">&#45;&gt;</span></span> unit</span></code></div><div class="spec-doc"><p>Tests if the given value is true</p></div></div><div class="odoc-spec"><div class="spec value external anchored" id="val-equal"><a href="#val-equal" class="anchor"></a><code><span><span class="keyword">val</span> equal : <span><span class="type-var">'a</span> <span class="arrow">&#45;&gt;</span></span> <span><span class="type-var">'a</span> <span class="arrow">&#45;&gt;</span></span> <span><a href="#type-assertion">assertion</a> <span class="arrow">&#45;&gt;</span></span> unit</span></code></div><div class="spec-doc"><p>Tests strict equality between the actual and expected parameters as determined by <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/is">Object.is()</a></p></div></div><div class="odoc-spec"><div class="spec value external anchored" id="val-deep_equal"><a href="#val-deep_equal" class="anchor"></a><code><span><span class="keyword">val</span> deep_equal : <span><span class="type-var">'a</span> <span class="arrow">&#45;&gt;</span></span> <span><span class="type-var">'a</span> <span class="arrow">&#45;&gt;</span></span> <span><a href="#type-assertion">assertion</a> <span class="arrow">&#45;&gt;</span></span> unit</span></code></div><div class="spec-doc"><p>Tests for deep strict equality between the actual and expected parameters</p></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-deepEqual"><a href="#val-deepEqual" class="anchor"></a><code><span><span class="keyword">val</span> deepEqual : <span><span class="type-var">'a</span> <span class="arrow">&#45;&gt;</span></span> <span><span class="type-var">'a</span> <span class="arrow">&#45;&gt;</span></span> <span><a href="#type-assertion">assertion</a> <span class="arrow">&#45;&gt;</span></span> unit</span></code></div><div class="spec-doc"><p>Alias for <a href="#val-deep_equal"><code>deep_equal</code></a></p></div></div></div></body></html>

ocaml/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
<!DOCTYPE html>
2+
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>index (melange-fest.index)</title><meta charset="utf-8"/><link rel="stylesheet" href="../odoc.support/odoc.css"/><meta name="generator" content="odoc 3.1.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">Index</a> &#x00BB; melange-fest</nav><header class="odoc-preamble"><h1 id="melange-fest-index"><a href="#melange-fest-index" class="anchor"></a>melange-fest index</h1></header><div class="odoc-tocs"><nav class="odoc-toc odoc-local-toc"><ul><li><a href="#library-melange-fest">Library melange-fest</a></li><li><a href="#library-melange-fest.dom">Library melange-fest.dom</a></li></ul></nav></div><div class="odoc-content"><h2 id="library-melange-fest"><a href="#library-melange-fest" class="anchor"></a>Library melange-fest</h2><p>The entry point of this library is the module: <a href="Fest/index.html"><code>Fest</code></a>.</p><h2 id="library-melange-fest.dom"><a href="#library-melange-fest.dom" class="anchor"></a>Library melange-fest.dom</h2><p>The entry point of this library is the module: <a href="Domloader/index.html"><code>Domloader</code></a>.</p></div></body></html>
27.4 KB
Binary file not shown.
6.75 KB
Binary file not shown.
6.75 KB
Binary file not shown.
11.1 KB
Binary file not shown.

0 commit comments

Comments
 (0)