5 lines
115 B
Text
5 lines
115 B
Text
axiom n : Type → Type
|
||
section
|
||
local notation "ℕ" x => n x
|
||
end
|
||
#check n Nat -- should *not* be `ℕ Nat : Type`
|