Make.CMemory
type init_data = ID.t
type vt = Concrete.Values.t
Type of GIL values
type st = Concrete.Subst.t
Type of GIL substitutions
val err_t_to_yojson : err_t -> Yojson.Safe.t
val err_t_of_yojson :
Yojson.Safe.t ->
err_t Ppx_deriving_yojson_runtime.error_or
val pp_err_t :
Ppx_deriving_runtime.Format.formatter ->
err_t ->
Ppx_deriving_runtime.unit
val show_err_t : err_t -> Ppx_deriving_runtime.string
val execute_action : string -> t -> vt list -> action_ret
Execute action
val pp : Stdlib.Format.formatter -> t -> unit
Printer
val pp_err : Stdlib.Format.formatter -> err_t -> unit