summaryrefslogtreecommitdiff
path: root/testsuite/tests/arityanal/f15.hs
blob: 7e1d5dfa1610fcf465ce1078fcdd46f6e1e8f0f1 (plain)
1
2
3
4
5
module F15 where

f15f = \h -> h 1
f15g = \x -> x+1
f15 = f15f f15g