Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
type value =
| Block of int * value array
| Vec of Malfunction.vector_type * value array
| Func of value -> value
| Int of Malfunction.inttype * Z.t
| Float of float
| Thunk of value Lazy.t
val eval : Malfunction.t -> value
val render_value : value -> Malfunction_sexp.sexp