lean2/tests/lean/run/967.lean
2016-02-04 16:15:18 -08:00

9 lines
158 B
Text

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