summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/parser/should_compile/read054.hs
blob: 4e0c589bf3245d170f1e2e6a93d63a0274b4cdf1 (plain)
1
2
3
4
5
6
7
8
9
10

{-# OPTIONS_GHC -XParallelListComp #-}

module Foo where

foo = [ ()
      | () <- foo
      | () <- foo
      ]