fix(hott/init/nat): also define ℕ in the top-level in HoTT

This commit is contained in:
Floris van Doorn 2015-09-01 18:08:50 -04:00 committed by Leonardo de Moura
parent d3e6880df0
commit 817d691237

View file

@ -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₀ :=