Skip to main content

prove_library_with_axioms

Function prove_library_with_axioms 

Source
pub fn prove_library_with_axioms(
    axioms: &[ProofExpr],
    theorems: &[LibraryTheorem],
) -> Vec<LibraryResult>
Expand description

Like prove_library but with a shared axioms base in scope for every theorem — a named theory (e.g. the Tarski geometry axioms) on which the whole dependency graph is discharged.