fix(hott/init/nat): also define ℕ in the top-level in HoTT
This commit is contained in:
parent
d3e6880df0
commit
817d691237
1 changed files with 2 additions and 1 deletions
|
@ -8,8 +8,9 @@ import init.wf init.tactic init.hedberg init.util init.types
|
|||
|
||||
open eq decidable sum lift is_trunc
|
||||
|
||||
notation `ℕ` := nat
|
||||
|
||||
namespace nat
|
||||
notation `ℕ` := nat
|
||||
|
||||
/- basic definitions on natural numbers -/
|
||||
inductive le (a : ℕ) : ℕ → Type₀ :=
|
||||
|
|
Loading…
Reference in a new issue