diff options
author | Simon Peyton Jones <simonpj@microsoft.com> | 2014-01-10 09:22:57 +0000 |
---|---|---|
committer | Simon Peyton Jones <simonpj@microsoft.com> | 2014-01-10 09:22:57 +0000 |
commit | 21b324539aaa0bfe883c6f90cc8ea5ab63dc769d (patch) | |
tree | 71b13c62bbfb2a2465ce85fc0e42421666c02960 /testsuite/tests/ghci/scripts/T8649.stderr | |
parent | e8529d31ac2bcf744bec902682ab249e60d8d041 (diff) | |
download | haskell-21b324539aaa0bfe883c6f90cc8ea5ab63dc769d.tar.gz |
Test Trac #8649
Diffstat (limited to 'testsuite/tests/ghci/scripts/T8649.stderr')
-rw-r--r-- | testsuite/tests/ghci/scripts/T8649.stderr | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/testsuite/tests/ghci/scripts/T8649.stderr b/testsuite/tests/ghci/scripts/T8649.stderr new file mode 100644 index 0000000000..2bd4584549 --- /dev/null +++ b/testsuite/tests/ghci/scripts/T8649.stderr @@ -0,0 +1,8 @@ + +<interactive>:5:4: + Couldn't match expected type ‛Ghci1.X’ + with actual type ‛X’ + NB: ‛Ghci1.X’ is defined at <interactive>:2:1-14 + ‛X’ is defined at <interactive>:4:1-25 + In the first argument of ‛f’, namely ‛(Y 3)’ + In the expression: f (Y 3) |