lean4-htt/old_tests/tests/lean/notation8.lean
2018-04-10 12:56:55 -07:00

5 lines
121 B
Text

constant f : nat → nat → nat
constant g : nat → nat
#check f (1 + g 1) $ g 2 + 2
#check f (g 1) $ f (1 + 1) $ g 2