Deployed 51f9eaa to master with MkDocs 1.2.4 and mike 1.1.2

This commit is contained in:
GitHub Action
2022-07-25 16:47:43 +00:00
parent 9774024b93
commit fbe36af315
4 changed files with 155 additions and 1 deletions
+1
View File
@@ -1333,6 +1333,7 @@ and this project adheres to <a href="https://semver.org/spec/v2.0.0.html">Semant
<div class="highlight"><pre><span></span><code>function sum(l : list(int)) : int = foldl((+), 0, l)
function logical_and(x, y) = (&amp;&amp;)(x, y)
</code></pre></div></li>
<li>Contract interfaces polymorphism</li>
</ul>
<h3 id="changed">Changed</h3>
<ul>