diff options
Diffstat (limited to 'testsuite/tests/partial-sigs/should_fail/WildcardInADTContext2.stderr')
-rw-r--r-- | testsuite/tests/partial-sigs/should_fail/WildcardInADTContext2.stderr | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/testsuite/tests/partial-sigs/should_fail/WildcardInADTContext2.stderr b/testsuite/tests/partial-sigs/should_fail/WildcardInADTContext2.stderr index efa5707692..43756593d8 100644 --- a/testsuite/tests/partial-sigs/should_fail/WildcardInADTContext2.stderr +++ b/testsuite/tests/partial-sigs/should_fail/WildcardInADTContext2.stderr @@ -1,7 +1,7 @@ -
-WildcardInADTContext2.hs:1:53: warning:
- -XDatatypeContexts is deprecated: It was widely considered a misfeature, and has been removed from the Haskell language.
-
-WildcardInADTContext2.hs:4:10: error:
- Not in scope: type variable ‘_a’
- Perhaps you meant ‘a’ (line 4)
+ +WildcardInADTContext2.hs:1:53: warning: + -XDatatypeContexts is deprecated: It was widely considered a misfeature, and has been removed from the Haskell language. + +WildcardInADTContext2.hs:4:10: error: + Not in scope: type variable ‘_a’ + Perhaps you meant ‘a’ (line 4) |