lean4-htt/tests/lean/notation8.lean
2017-03-09 18:41:19 -08: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