Libzipperposition_phases.Phases_implSourceSee Phases for the list of steps to execute
val parse_cli :
(Phases.filename list * Libzipperposition.Params.t,
[ `Init ],
[ `Parse_cli ])
Phases.tParses the file list and parameters, also puts the parameters in the state
val load_extensions :
(Libzipperposition.Extensions.t list, [ `Parse_cli ], [ `LoadExtensions ])
Phases.tval process_file :
?prelude:Phases.prelude ->
Phases.filename ->
(Phases.env_with_result, [ `Parse_prelude ], [ `Saturate ]) Phases.tprocess_file f parses f, does the preprocessing phases, including type inference, choice of precedence, ordering, etc. , saturates the set of clauses, and return the result
val print :
Phases.filename ->
'c Libzipperposition.Env.packed ->
Libzipperposition.Saturate.szs_status ->
(unit, [ `Saturate ], [ `Print_dot ]) Phases.tPrinting of results
val check :
Libzipperposition.Saturate.szs_status ->
(Phases.errcode, [ `Print_dot ], [ `Check_proof ]) Phases.tval process_files_and_print :
?params:Libzipperposition.Params.t ->
Phases.filename list ->
(Phases.errcode, [ `LoadExtensions ], [ `Print_stats ]) Phases.tProcess each file in the list successively, printing the results.
Main for the command-line prover
val main :
?setup_gc:bool ->
?params:Libzipperposition.Params.t ->
string ->
(Phases.errcode, [ `Init ], [ `Exit ]) Phases.tMain to use from a library