Module Interpreter.Value
type t
=
|
Bool of Base.bool
|
Int of Base.int
|
Char of Base.char
|
String of Base.string
|
Tuple of t Base.list
Interpreter.Value
type t
=
| Bool of Base.bool |
| Int of Base.int |
| Char of Base.char |
| String of Base.string |
| Tuple of t Base.list |