fix qtys on nat.eqb
This commit is contained in:
parent
a4ffd74625
commit
0a06ea1280
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ def eq? : DecEq ℕ =
|
|||
}
|
||||
};
|
||||
|
||||
def eqb : 1.ℕ → 1.ℕ → Bool = λ m n ⇒ dec.bool (m ≡ n : ℕ) (eq? m n);
|
||||
def eqb : ω.ℕ → ω.ℕ → Bool = λ m n ⇒ dec.bool (m ≡ n : ℕ) (eq? m n);
|
||||
|
||||
|
||||
def0 plus-zero : 0.(m : ℕ) → m ≡ plus m 0 : ℕ =
|
||||
|
|
Loading…
Reference in a new issue