AltErgoLib.Frontendval init_all_used_context : unit -> used_contextval choose_used_context : used_context -> goal_name:string -> used_contexttype '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| Preprocessval print_status : 'a status -> int -> unitmodule type S = sig ... end