type-checker and working visualiser

This commit is contained in:
crumbtoo
2024-03-18 10:27:06 -06:00
parent e3d7c49370
commit 3bc9dbb431
6 changed files with 211 additions and 69 deletions

View File

@@ -41,13 +41,13 @@ body {
.annotation-wrapper
{ display: inline-block
; padding-bottom: 1em
; border-style: solid
; border-color: green
; border-width: 0 0 4px 0
}
.annotation-wrapper .annotation
{ display: hidden
}
.annotation-wrapper.hovering .annotation
{ display: sticky
{ position: fixed
}

View File

@@ -16,6 +16,7 @@
<div class="split left">
<pre id="editor">id = \x -&gt x
twice f x = f (f x)
flip f x y = f y x
</pre>
</div>
<div class="split right" id="output">