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

9 lines
153 B
Text

variables (A : Type)
definition f (A : Type) (a : A) := a
inductive bla (A : Type)
| mk : A → bla
structure foo (A : Type) (f : A → A) :=
(a : A)