mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-24 15:48:47 +00:00
Not yet, but almost
This commit is contained in:
parent
02dee40262
commit
39437712c7
7 changed files with 159 additions and 50 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue