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

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