8 lines
85 B
Text
8 lines
85 B
Text
|
||
|
||
structure D (α : Type) :=
|
||
(a : α)
|
||
|
||
inductive S
|
||
| mk₁ (v : S)
|
||
| mk₂ (v : D S)
|