5 lines
100 B
Text
5 lines
100 B
Text
structure foo :=
|
||
(f : Π {α : Type}, α)
|
||
(g : Π {α : Type}, α := @f)
|
||
|
||
structure bar extends foo
|