lean4-htt/tests/lean/run/section3.lean
2016-09-08 14:02:23 -07:00

6 lines
124 B
Text

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