7 lines
122 B
Text
7 lines
122 B
Text
section
|
|
parameter big_type : Type 1
|
|
parameter x : big_type
|
|
parameter f {A : Type} : A → bool
|
|
|
|
def foo : bool := f x
|
|
end
|