7 lines
125 B
Text
7 lines
125 B
Text
universes u
|
||
|
||
def foo (α : Type u) : unit → unit
|
||
| unit.star := unit.star
|
||
|
||
def foo2 (α : Type u) : unit → unit
|
||
| s := s
|