AltErgoLib.Frontendval init_all_used_context : unit -> used_contextval choose_used_context : used_context -> goal_name:string -> used_contexttype status = | Unsat of Commands.sat_tdecl * Explanation.t| Inconsistent of Commands.sat_tdecl| Sat of Commands.sat_tdecl| Unknown of Commands.sat_tdecl| Timeout of Commands.sat_tdecl optionval print_status : status -> int -> unitmodule type S = sig ... end