9 lines
95 B
Text
9 lines
95 B
Text
--
|
|
open nat
|
|
|
|
section
|
|
variable a : nat
|
|
notation `a1`:max := a + 1
|
|
end
|
|
|
|
definition foo := a1
|