summaryrefslogtreecommitdiff
path: root/testsuite/tests/arityanal/f12.hs
blob: dfc043b84c674188d657e8277455ecb6ad8a8596 (plain)
1
2
3
4
5
module F12 where

f12 = let f g x = g x
          h = (+)
      in f h 4 5