Skip to content

Commit

Permalink
update news/new release
Browse files Browse the repository at this point in the history
  • Loading branch information
daanx committed May 31, 2024
1 parent 0519668 commit 287b8e8
Show file tree
Hide file tree
Showing 70 changed files with 2,208 additions and 2,070 deletions.
521 changes: 261 additions & 260 deletions doc/book.html

Large diffs are not rendered by default.

155 changes: 78 additions & 77 deletions doc/index.html

Large diffs are not rendered by default.

134 changes: 67 additions & 67 deletions doc/std_core-source.html

Large diffs are not rendered by default.

44 changes: 22 additions & 22 deletions doc/std_core_bool-source.html

Large diffs are not rendered by default.

36 changes: 18 additions & 18 deletions doc/std_core_bool.html

Large diffs are not rendered by default.

74 changes: 37 additions & 37 deletions doc/std_core_char-source.html

Large diffs are not rendered by default.

48 changes: 24 additions & 24 deletions doc/std_core_char.html

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions doc/std_core_console-source.html

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions doc/std_core_debug-source.html

Large diffs are not rendered by default.

48 changes: 24 additions & 24 deletions doc/std_core_delayed-source.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions doc/std_core_delayed.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
</head>

<body class="koka doc body madoko">
<h1><a class="link" href="https://koka-lang.github.io/koka/doc/std_core_delayed-source.html"><span class="mo">std<span class="fslash">/</span>core<span class="fslash">/</span>delayed</span></a><a class="link" href="toc.html"><span class="toc-link">&#x25b2;toc</span></a></h1>
<h1><a class="link" href="std_core_delayed-source.html"><span class="mo">std<span class="fslash">/</span>core<span class="fslash">/</span>delayed</span></a><a class="link" href="toc.html"><span class="toc-link">&#x25b2;toc</span></a></h1>
<div class="toc code"><ul class="toc"><li><a class="link" href="#type_space_delayed"><span class="kw">type</span>&nbsp;<span class="tp">delayed</span></a>
</li><li class="nested"><a class="link" href="#delay"><span class="kw">fun</span>&nbsp;delay</a></li><li class="nested"><a class="link" href="#force"><span class="kw">fun</span>&nbsp;force</a></li><li>&nbsp;</li><li><a class="link" href="#once"><span class="kw">fun</span>&nbsp;once</a></li></ul></div>
<div class="doc koka comment">
Expand All @@ -26,7 +26,7 @@ <h1 class="synopsis">Delayed computations.

<p class="p noindent">.
</p></div>
<div class="decl" id="type_space_delayed"><div class="header code"><span class="def"><span class="kw">type</span>&nbsp;<span class="tp"><a class="pp" href="https://koka-lang.github.io/koka/doc/std_core_delayed-source.html#type_space_delayed"><span class="tp">delayed</span><span class="pc"><span class="mo">std<span class="fslash">/</span>core<span class="fslash">/</span>delayed<span class="fslash last">/</span></span>delayed: <span class="tp sp">(</span><span class="co">E</span>, <span class="co">V</span>) <span class="kw op">-></span> <span class="co">V</span></span></a></span></span><span class="tp">&lt;<span class="tp tv">e</span>,<span class="tp tv">a</span>&gt;</span></div><div class="doc koka comment">
<div class="decl" id="type_space_delayed"><div class="header code"><span class="def"><span class="kw">type</span>&nbsp;<span class="tp"><a class="pp" href="std_core_delayed-source.html#type_space_delayed"><span class="tp">delayed</span><span class="pc"><span class="mo">std<span class="fslash">/</span>core<span class="fslash">/</span>delayed<span class="fslash last">/</span></span>delayed: <span class="tp sp">(</span><span class="co">E</span>, <span class="co">V</span>) <span class="kw op">-></span> <span class="co">V</span></span></a></span></span><span class="tp">&lt;<span class="tp tv">e</span>,<span class="tp tv">a</span>&gt;</span></div><div class="doc koka comment">

<p class="p noindent">Delayed (or <em class="em-low1">lazy</em>) values are computed (with effect <code class="koka"><span class="tp tv">e</span></code>) only the first time
<code class="koka"><a class="pp" href="#force">force<span class="pc"><span class="mo">std<span class="fslash">/</span>core<span class="fslash">/</span>delayed<span class="fslash last">/</span></span>force: <span class="tp kw">forall</span><span class="tp sp">&#60;</span><span class="tp tv">a</span><span class="tp sp">,</span><span class="tp tv">e</span><span class="tp sp">&#62;</span> <span class="tp sp">(</span><span class="tp tpp">delayed</span> <span class="tp kw op">:</span> <span class="tp">delayed</span><span class="tp sp">&#60;</span><span class="tp tv">e</span><span class="tp sp">,</span><span class="tp tv">a</span><span class="tp sp">&#62;</span><span class="tp sp">)</span> <span class="tp kw op">-&gt;</span> <span class="tp tv">e</span> <span class="tp tv">a</span></span></a></code> is called and cached afterwards.
Expand All @@ -44,7 +44,7 @@ <h1 class="synopsis">Delayed computations.
a total function that only calculates the value once and then
returns the cached result.
</p></div></div>
<div class="decl" id="-private-imports"><div class="header code"><span class="def"><span class="kw">private import</span>&nbsp;<span class="code"><a class="pp" href="https://koka-lang.github.io/koka/doc/std_core_types.html#_null_"><span class="mo">std<span class="fslash">/</span>core<span class="fslash">/</span>types</span><span class="pc"><span class="mo">std<span class="fslash">/</span>core<span class="fslash">/</span>types</span></span></a></span>, <span class="code"><a class="pp" href="https://koka-lang.github.io/koka/doc/std_core_hnd.html#_null_"><span class="mo">std<span class="fslash">/</span>core<span class="fslash">/</span>hnd</span><span class="pc"><span class="mo">std<span class="fslash">/</span>core<span class="fslash">/</span>hnd</span></span></a></span>, <span class="code"><a class="pp" href="https://koka-lang.github.io/koka/doc/std_core_unsafe.html#_null_"><span class="mo">std<span class="fslash">/</span>core<span class="fslash">/</span>unsafe</span><span class="pc"><span class="mo">std<span class="fslash">/</span>core<span class="fslash">/</span>unsafe</span></span></a></span></span></div></div>
<div class="decl" id="-private-imports"><div class="header code"><span class="def"><span class="kw">private import</span>&nbsp;<span class="code"><a class="pp" href="std_core_types.html#_null_"><span class="mo">std<span class="fslash">/</span>core<span class="fslash">/</span>types</span><span class="pc"><span class="mo">std<span class="fslash">/</span>core<span class="fslash">/</span>types</span></span></a></span>, <span class="code"><a class="pp" href="std_core_hnd.html#_null_"><span class="mo">std<span class="fslash">/</span>core<span class="fslash">/</span>hnd</span><span class="pc"><span class="mo">std<span class="fslash">/</span>core<span class="fslash">/</span>hnd</span></span></a></span>, <span class="code"><a class="pp" href="std_core_unsafe.html#_null_"><span class="mo">std<span class="fslash">/</span>core<span class="fslash">/</span>unsafe</span><span class="pc"><span class="mo">std<span class="fslash">/</span>core<span class="fslash">/</span>unsafe</span></span></a></span></span></div></div>
</body>
</html>

Expand Down
24 changes: 12 additions & 12 deletions doc/std_core_either-source.html

Large diffs are not rendered by default.

Loading

0 comments on commit 287b8e8

Please sign in to comment.