type-checker and working visualiser
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
@@ -16,6 +16,7 @@
|
||||
<div class="split left">
|
||||
<pre id="editor">id = \x -> x
|
||||
twice f x = f (f x)
|
||||
flip f x y = f y x
|
||||
</pre>
|
||||
</div>
|
||||
<div class="split right" id="output">
|
||||
|
||||
Reference in New Issue
Block a user