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

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