diff options
author | Simon Peyton Jones <simonpj@microsoft.com> | 2012-10-03 11:16:42 +0100 |
---|---|---|
committer | Simon Peyton Jones <simonpj@microsoft.com> | 2012-10-03 11:16:42 +0100 |
commit | 7f91d0da2072364dd77d5c519ad83902434d3eb2 (patch) | |
tree | 3d010652029f8a2a52692b53a0b372cf51410bce /testsuite/tests/arrows/should_fail/arrowfail003.stderr | |
parent | 1f8c1c30194708cc7282c7fedeb2ac71ab3e0790 (diff) | |
download | haskell-7f91d0da2072364dd77d5c519ad83902434d3eb2.tar.gz |
Arrow wibbles
Diffstat (limited to 'testsuite/tests/arrows/should_fail/arrowfail003.stderr')
-rw-r--r-- | testsuite/tests/arrows/should_fail/arrowfail003.stderr | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/testsuite/tests/arrows/should_fail/arrowfail003.stderr b/testsuite/tests/arrows/should_fail/arrowfail003.stderr index 39a6b48139..25e8efd0b1 100644 --- a/testsuite/tests/arrows/should_fail/arrowfail003.stderr +++ b/testsuite/tests/arrows/should_fail/arrowfail003.stderr @@ -1,14 +1,8 @@ arrowfail003.hs:8:7: - The arrow command + Arrow command found where an expression was expected: returnA -< [] - was found where an expression was expected - In the expression: returnA -< [] - In an equation for `foo': foo = returnA -< [] arrowfail003.hs:9:7: - The arrow command - (|zeroArrow |) - was found where an expression was expected - In the expression: (|zeroArrow |) - In an equation for `bar': bar = (|zeroArrow |) + Arrow command found where an expression was expected: + (| zeroArrow |) |