smtml
Smtml.Interpret_intf
type 'a state = {
stmts : Ast.script;
smap : (string, Ty.t) Hashtbl.t;
pc : Expr.t list;
solver : 'a;
}
module type S = sig ... end
module type Intf = sig ... end