AltErgoLib.Frontend
val init_all_used_context : unit -> used_context
val choose_used_context : used_context -> goal_name:string -> used_context
type 'a status =
| Unsat of Commands.sat_tdecl * Explanation.t
| Inconsistent of Commands.sat_tdecl
| Sat of Commands.sat_tdecl * 'a
| Unknown of Commands.sat_tdecl * 'a
| Timeout of Commands.sat_tdecl option
| Preprocess
val print_status : 'a status -> int -> unit
module type S = sig ... end