Binsec.Concretemodule Env : sig ... endRepresent the concrete state of a running program.
module type Program = sig ... endmodule Interpreter (P : Program) : sig ... end*
module Dba_program : Program with type t = Dba_types.programmodule Instr_list : sig ... end