lean2/tests/lean/run/section3.lean

7 lines
107 B
Text
Raw Normal View History

section
parameter (A : Type)
definition foo := A
theorem bar {X : Type} {A : X} : foo :=
sorry
end