summaryrefslogtreecommitdiff
path: root/testsuite/tests/arityanal/f6.hs
blob: b45951d6a2ef9a2e2d863986418203cab7fbca9d (plain)
1
2
3
4
5
module F6 where

f6f = \h -> \x -> h x 0
f6t = \y -> \z -> y + z
f6 = f6f f6t 3