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

5 lines
95 B
Text

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