diff options
Diffstat (limited to 'testsuite/tests/mdo/should_fail/mdofail001.stderr-ghc-7.0')
-rw-r--r-- | testsuite/tests/mdo/should_fail/mdofail001.stderr-ghc-7.0 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/testsuite/tests/mdo/should_fail/mdofail001.stderr-ghc-7.0 b/testsuite/tests/mdo/should_fail/mdofail001.stderr-ghc-7.0 new file mode 100644 index 0000000000..189c414315 --- /dev/null +++ b/testsuite/tests/mdo/should_fail/mdofail001.stderr-ghc-7.0 @@ -0,0 +1,8 @@ + +mdofail001.hs:10:36: + No instance for (Num Char) + arising from the literal `3' + Possible fix: add an instance declaration for (Num Char) + In the expression: 3 + In the first argument of `l', namely `[1, 2, 3]' + In the expression: l [1, 2, 3] |