Skip to content

Commit

Permalink
Better error message
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Peyton Jones committed May 15, 2013
1 parent a7b1a57 commit c4e556d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/typecheck/should_fail/T2354.stderr
@@ -1,6 +1,6 @@

T2354.hs:4:3:
The INLINE pragma for default method ‛toInt’ lacks an accompanying binding
The NOINLINE pragma for default method ‛toInt’ lacks an accompanying binding

T2354.hs:6:3:
The INLINE pragma for default method ‛fromInt’ lacks an accompanying binding
The NOINLINE pragma for default method ‛fromInt’ lacks an accompanying binding

0 comments on commit c4e556d

Please sign in to comment.