Skip to content
Snippets Groups Projects

Resolve "Add axioms"

Merged belazy requested to merge 70-add-axioms into main
Compare and Show latest version
1 file
+ 0
1
Compare changes
  • Side-by-side
  • Inline
+ 0
1
@@ -30,7 +30,6 @@ pub enum Axiom {
/// The successor function in the natural numbers
Succ,
// TODO add new axioms here
}
use Axiom::{False, FalseRec, Nat, NatRec, Succ, Zero};
Loading