Interpret.MakeFunctor for creating a solver execution module
module Solver : Solver_intf.Stype solver = Solver.tThe type representing a solver
type exec_state = Solver.t Interpret_intf.stateThe type representing the execution state of interpreter
val start :
?state:exec_state ->
?quiet:bool ->
no_strict_status:bool ->
Ast.Script.t ->
exec_stateInitializes execution with an optional state