Skip to content

Commit

Permalink
Update drvfail011.stderr following #7734 fix; patch from monoidal
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian Lynagh committed Mar 3, 2013
1 parent 4adbade commit a6adff8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/deriving/should_fail/drvfail011.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ drvfail011.hs:8:1:
No instance for (Eq a) arising from a use of ‛==’
Possible fix: add (Eq a) to the context of the instance declaration
In the expression: ((a1 == b1))
In an equation for ‛==’: == (T1 a1) (T1 b1) = ((a1 == b1))
In an equation for ‛==’: (==) (T1 a1) (T1 b1) = ((a1 == b1))
When typechecking the code for ‛==’
in a standalone derived instance for ‛Eq (T a)’:
To see the code I am typechecking, use -ddump-deriv
Expand Down

0 comments on commit a6adff8

Please sign in to comment.