summaryrefslogtreecommitdiff
path: root/testsuite/tests/parser/should_fail/readFail038.hs
blob: cc60436f2f5926dd172a8f9cb5ee5b630107b3a0 (plain)
1
2
3
4
5
6
7
8

module Foo where

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