Make.Smt2module View = Dolmen_std.Expr.View.TFFmodule S : sig ... endtype old_logic = Smtlib2(State)(Typer_Types).old_logic = | Not_seen_yet| Logic of (string * Typer_Types.typechecked Typer_Types.stmt) optiontype acc = Smtlib2(State)(Typer_Types).acc = {seen_exit : bool;scan_acc : S.acc option;old_logic : old_logic;pre_logic_stmts : Typer_Types.typechecked Typer_Types.stmt list;post_logic_stmts : Typer_Types.typechecked Typer_Types.stmt list;}val init : compute_logic:bool -> accval compute_logic :
State.t ->
acc ->
State.t * Typer_Types.typechecked Typer_Types.stmt listval flush :
State.t ->
acc ->
Typer_Types.typechecked Typer_Types.stmt list ->
State.t * acc * Typer_Types.typechecked Typer_Types.stmt listval add_post_logic_stmt :
acc ->
Typer_Types.typechecked Typer_Types.stmt ->
accval add_pre_logic_stmt : acc -> Typer_Types.typechecked Typer_Types.stmt -> accval add_stmt : acc -> Typer_Types.typechecked Typer_Types.stmt -> accval accumulate_logic_aux :
(State.t * acc * Typer_Types.typechecked Typer_Types.stmt list) ->
Typer_Types.typechecked Typer_Types.stmt ->
State.t * acc * Typer_Types.typechecked Typer_Types.stmt listval accumulate_logic :
(State.t * acc * Typer_Types.typechecked Typer_Types.stmt list) ->
Typer_Types.typechecked Typer_Types.stmt ->
State.t * acc * Typer_Types.typechecked Typer_Types.stmt listval transform :
State.t ->
acc ->
Typer_Types.typechecked Typer_Types.stmt list ->
State.t * acc * Typer_Types.typechecked Typer_Types.stmt list