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
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -40,7 +40,7 @@ impl<'arena> Axiom {
/// Because of memoisation, this is typically performed once per axiom.
#[inline]
#[no_coverage]
pub fn get_type(&self, arena: &mut Arena<'arena>) -> Term<'arena> {
pub fn get_type(self, arena: &mut Arena<'arena>) -> Term<'arena> {
match self {
False => Term::sort_usize(0, arena),
FalseRec => {
Loading