Not yet, but almost

This commit is contained in:
Dmitry Boulytchev 2019-12-29 01:12:40 +03:00
parent 02dee40262
commit 39437712c7
7 changed files with 159 additions and 50 deletions

View file

@ -29,7 +29,7 @@ module Value =
| Arg of int
| Access of int
| Fun of string
with show,html
with show, html
@type ('a, 'b) t =
| Empty
@ -42,7 +42,7 @@ module Value =
| Closure of string list * 'a * 'b
| FunRef of string * string list * 'a * int
| Builtin of string
with show,html
with show, html
let to_int = function
| Int n -> n