lean2/tests/lean/sec.lean

12 lines
137 B
Text
Raw Normal View History

import data.prod
open prod
section
variable A : Type
variable a : A
variable A : Type
variable b : A
definition foo := a
end