lean4-htt/old_tests/tests/lean/var.lean
2018-04-10 12:56:55 -07:00

12 lines
105 B
Text

--
section
variable A : Type
parameter a : A
end
section
variable A : Type
variable a : A
end