package malfunction

  1. Overview
  2. Docs
exception Error of string
type value =
  1. | Block of int * value array
  2. | Vec of Malfunction.vector_type * value array
  3. | Func of value -> value
  4. | Int of Malfunction.inttype * Z.t
  5. | Float of float
  6. | Thunk of value Lazy.t
val eval : Malfunction.t -> value
val render_value : value -> Malfunction_sexp.sexp