summaryrefslogtreecommitdiff
path: root/testsuite/tests/arrows/should_fail/T2111.stderr
blob: 73f5dad967c2c3d4bb5d938c1245281bae21458d (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' block: x <- undefined -< x
    In a stmt of a 'do' block: rec {x <- undefined -< x}
    In the expression:
      do { rec {x <- undefined -< x};
           undefined -< x }