summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/T8044.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/typecheck/should_fail/T8044.stderr')
-rw-r--r--testsuite/tests/typecheck/should_fail/T8044.stderr4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/typecheck/should_fail/T8044.stderr b/testsuite/tests/typecheck/should_fail/T8044.stderr
index 6178ea3d47..78ef035af8 100644
--- a/testsuite/tests/typecheck/should_fail/T8044.stderr
+++ b/testsuite/tests/typecheck/should_fail/T8044.stderr
@@ -3,7 +3,7 @@ T8044.hs:16:13:
Couldn't match type ‘Frob a’ with ‘Char’
Expected type: X (Frob a)
Actual type: X Char
- Relevant bindings include
- frob :: X a -> X (Frob a) (bound at T8044.hs:15:1)
In the expression: XChar
In an equation for ‘frob’: frob _ = XChar
+ Relevant bindings include
+ frob :: X a -> X (Frob a) (bound at T8044.hs:15:1)