summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/arrows/should_fail/T2111.stderr-ghc-7.0
blob: 79eb1daaeee07e5f9861f318ce0b9df324495e06 (plain)
1
2
3
4
5
6
7
8
9
10

T2111.hs:6:23:
    The arrow command
      undefined -< x
    was found where an expression was expected
    In a stmt of a 'do' expression: x <- undefined -< x
    In a stmt of a 'do' expression: rec {x <- undefined -< x}
    In the expression:
      do { rec {x <- undefined -< x};
           undefined -< x }