type t = private {mutable env : Env.t;mutable op_list : envop list;equations_scope : int;in_counterexample : bool;
}val make : Env.t -> equations_scope:int -> in_counterexample:bool -> tval copy : ?equations_scope:int -> t -> tval set_env : t -> Env.t -> unit