4 lines
82 B
Text
4 lines
82 B
Text
|
notation `foo` := Type.{1}
|
||
|
constant f : Type → Type
|
||
|
check foo → f foo → foo
|