Module type Concrete.Memory_S
type vt = Concrete.Values.tType of GIL values
type st = Concrete.Subst.tType of GIL substitutions
val err_t_to_yojson : err_t -> Yojson.Safe.tval err_t_of_yojson :
Yojson.Safe.t ->
err_t Ppx_deriving_yojson_runtime.error_orval pp_err_t :
Ppx_deriving_runtime.Format.formatter ->
err_t ->
Ppx_deriving_runtime.unitval show_err_t : err_t -> Ppx_deriving_runtime.stringval execute_action : string -> t -> vt list -> action_retExecute action
val pp : Stdlib.Format.formatter -> t -> unitPrinter
val pp_err : Stdlib.Format.formatter -> err_t -> unit