diff options
author | Simon Peyton Jones <simonpj@microsoft.com> | 2012-03-09 13:31:38 +0000 |
---|---|---|
committer | Simon Peyton Jones <simonpj@microsoft.com> | 2012-03-09 13:31:38 +0000 |
commit | b2fb5b96b453f581601dab26321712aa29b9d47b (patch) | |
tree | 1f8516fe033cb25cd2c48290761c8e7da6724348 /testsuite/tests/ghci/scripts/Defer02.stdout | |
parent | a56ce4f78f37817cc4ab370e7b74747f9ad050b2 (diff) | |
download | haskell-b2fb5b96b453f581601dab26321712aa29b9d47b.tar.gz |
Raft of wibbles after refactoring type-class constraint errors
...in response to Trac #5858
Diffstat (limited to 'testsuite/tests/ghci/scripts/Defer02.stdout')
-rw-r--r-- | testsuite/tests/ghci/scripts/Defer02.stdout | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/testsuite/tests/ghci/scripts/Defer02.stdout b/testsuite/tests/ghci/scripts/Defer02.stdout index e845c09d4b..32e51d6d65 100644 --- a/testsuite/tests/ghci/scripts/Defer02.stdout +++ b/testsuite/tests/ghci/scripts/Defer02.stdout @@ -12,15 +12,13 @@ Hello World*** Exception: ../../typecheck/should_run/Defer01.hs:11:40: In an equation for `a': a = 'p' (deferred type error) *** Exception: ../../typecheck/should_run/Defer01.hs:18:9: - No instance for (Eq B) - arising from a use of `==' + No instance for (Eq B) arising from a use of `==' Possible fix: add an instance declaration for (Eq B) In the expression: x == x In an equation for `b': b x = x == x (deferred type error) *** Exception: ../../typecheck/should_run/Defer01.hs:28:5: - No instance for (Num (a -> a)) - arising from the literal `1' + No instance for (Num (a -> a)) arising from the literal `1' Possible fix: add an instance declaration for (Num (a -> a)) In the expression: 1 In an equation for `d': d = 1 @@ -48,10 +46,7 @@ Hello World*** Exception: ../../typecheck/should_run/Defer01.hs:11:40: In the expression: (not (K a)) (deferred type error) "*** Exception: ../../typecheck/should_run/Defer01.hs:43:5: - No instance for (MyClass a1) - arising from a use of `myOp' - The type variable `a1' is ambiguous - Possible fix: add a type signature that fixes these type variable(s) + No instance for (MyClass a1) arising from a use of `myOp' In the expression: myOp 23 In an equation for `j': j = myOp 23 (deferred type error) |