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

11 lines
123 B
Text

--
open prod
section
variable A : Type
variable a : A
variable A : Type
variable b : A
definition foo := a
end