Use full optimized JS

This commit is contained in:
Anonymous Authors 2022-03-11 12:53:25 +01:00
parent b5083ba46a
commit 29296c2d34

View File

@ -22,7 +22,7 @@
<div id="unify-output"></div>
</div>
<script type="text/javascript" src="highlight.min.js"></script>
<script type="text/javascript" src="target/scala-2.13/fj-typeinference-fastopt/main.js"></script>
<script type="text/javascript" src="target/scala-2.13/fj-typeinference-opt/main.js"></script>
<br/>
<p>Credit: the layout of this page was shamelessly stolen from <a href="https://github.com/LPTK/simple-algebraic-subtyping">the Simple-sub demo page</a>.</p>
</body>