5 lines
94 B
Text
5 lines
94 B
Text
exit
|
|
inductive foo (A : Type) :=
|
|
| intro : foo A → foo A
|
|
with bar : Type :=
|
|
| intro : bar A
|