Smtml.Interpret_intfSourcetype 'a state = {stmts : Ast.script;The script being executed
*)smap : (string, Ty.t) Smtml_prelude.Hashtbl.t;A mapping of variable names to types
*)solver : 'a;The underlying solver instance
*)}Represents the execution state of the interpreter