this repo has no description
at main 1 lines 896 B view raw
1{"header":"<section id=\"section-odoc-notebook\"><h1 id=\"odoc-notebook\"><a href=\"#odoc-notebook\" class=\"anchor\"></a>Odoc Notebook</h1></section>","type":"documentation","uses_katex":false,"breadcrumbs":[{"name":"Index","href":"index.html","kind":"leaf-page"},{"name":"notebook","href":"#","kind":"leaf-page"}],"toc":[],"source_anchor":null,"preamble":"<p>Here's an odoc notebook with some code snippets in it.</p><div><pre class=\"language-ocamltop\"><code># let rec fib x =\u000A match x with\u000A | 0 -&gt; 1\u000A | 1 -&gt; 1\u000A | n -&gt; fib (n-1) + fib (n-2);;\u000A val fib : int -&gt; int = &lt;fun&gt;</code></pre><div class=\"odoc-src-output\"></div></div><p>Here's some more text.</p><div><pre class=\"language-ocamltop\"><code># fib 10;;\u000A - : int = 89</code></pre><div class=\"odoc-src-output\"></div></div>","content":"","frontmatter":{"other_config":[]}}