3 lines
70 B
Text
3 lines
70 B
Text
|
variable A : Type.{1}
|
||
|
variable f : A → A → A
|
||
|
print raw f _ (f _ _)
|