summaryrefslogtreecommitdiff
path: root/testsuite/tests/parser/should_compile/read055.hs
blob: 25db332a4df747214bd90295ce810a0c0354ff23 (plain)
1
2
3
4
5
6
7
8
9
10

{-# LANGUAGE ParallelListComp #-}

module Foo where

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