Skip to content
Snippets Groups Projects

Resolve "Kernel errors"

Merged v-lafeychine requested to merge 19-kernel-errors-2 into main
3 files
+ 236
148
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 0
4
@@ -21,10 +21,6 @@ pub enum KernelError {
#[display(fmt = "{} is not a universe", _0)]
NotUniverse(Term),
/// t is not a type
#[display(fmt = "{} is not a type", _0)]
NotType(Term),
/// t1 and t2 are not definitionally equal
#[display(fmt = "{} and {} are not definitionaly equal", _0, _1)]
NotDefEq(Term, Term),
Loading