lean4-htt/tests/lean/run/751.lean
2017-03-09 18:41:19 -08:00

5 lines
95 B
Text

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