6db265e7ab
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
3 lines
No EOL
70 B
Text
3 lines
No EOL
70 B
Text
variable A : Type.{1}
|
|
variable f : A → A → A
|
|
print raw f _ (f _ _) |