summaryrefslogtreecommitdiff
path: root/testsuite/tests/simplCore/should_compile/T22662.hs
blob: 101603634ad772ec31d0887ae902a396993bbfa4 (plain)
1
2
3
4
5
6
module T22662 where

import Data.Set

foo x = sequence_ [ f y | y <- x ]
  where f _ = return (fromList [0])