summaryrefslogtreecommitdiff
path: root/testsuite/tests/arityanal/should_compile/Arity07.hs
blob: fb68ada9c2b17d0e17eaddb42725c39381f63452 (plain)
1
2
3
4
5
module F7 where

f7f = \x -> x
f7g = \z -> \y -> z+y
f7 = f7f f7g 2 3