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

module Foo where 

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