2 lines
52 B
Text
2 lines
52 B
Text
inductive Foo : Type
|
|
| mk : 0 = 1 → Foo → Foo
|
inductive Foo : Type
|
|
| mk : 0 = 1 → Foo → Foo
|