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