2 lines
69 B
Text
2 lines
69 B
Text
structure {u} foo (α : Type u) : Type (u+1) :=
|
||
(bar : Type u := α)
|
structure {u} foo (α : Type u) : Type (u+1) :=
|
||
(bar : Type u := α)
|