summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/arityanal/f7.hs
blob: 44241c5ae1b0845e1fe245b7c7cbf7f507a122fc (plain)
1
2
3
4
5
module F7 where

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