refactor(library/init/nat): make \nat notation available at top level

This commit is contained in:
Jeremy Avigad 2015-08-27 13:46:00 -04:00 committed by Leonardo de Moura
parent 51e0d31304
commit 840ef98829
2 changed files with 2 additions and 2 deletions

View file

@ -11,7 +11,6 @@ import data.int.order data.nat.div
open [coercions] [reduce-hints] nat
open [declarations] nat (succ)
open eq.ops
notation `` := nat
namespace int

View file

@ -7,8 +7,9 @@ prelude
import init.wf init.tactic init.num
open eq.ops decidable or
notation `` := nat
namespace nat
notation `` := nat
/- basic definitions on natural numbers -/
inductive le (a : ) : → Prop :=