summaryrefslogtreecommitdiff
path: root/testsuite/tests/simplCore/should_compile/T3234.hs
blob: ce215ec4d7596252d5b60d9ab4f8e53a348bc6dd (plain)
1
2
3
4
5
6
7
8
-- #3234
-- Should give a use of foldr/single

module Foo where 

x = ['x'] ++ "haskell"