lean2/tests/lean/run/967.lean

10 lines
158 B
Text
Raw Permalink Normal View History

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)