lean2/tests/lean/run/751.lean
2015-07-28 16:30:20 -07:00

4 lines
89 B
Text

inductive foo (A : Type) :=
| intro : foo A → foo A
with bar : Type :=
| intro : bar A