summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/FDsFromGivens2.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/typecheck/should_fail/FDsFromGivens2.stderr')
-rw-r--r--testsuite/tests/typecheck/should_fail/FDsFromGivens2.stderr26
1 files changed, 13 insertions, 13 deletions
diff --git a/testsuite/tests/typecheck/should_fail/FDsFromGivens2.stderr b/testsuite/tests/typecheck/should_fail/FDsFromGivens2.stderr
index a084b303dd..00e55ea20a 100644
--- a/testsuite/tests/typecheck/should_fail/FDsFromGivens2.stderr
+++ b/testsuite/tests/typecheck/should_fail/FDsFromGivens2.stderr
@@ -1,14 +1,14 @@
-FDsFromGivens2.hs:14:15: error:
- Couldn't match type ‘Char’ with ‘[a]’
- arising from a functional dependency between constraints:
- ‘C Char [a]’ arising from a use of ‘f’ at FDsFromGivens2.hs:14:15
- ‘C Char Char’
- arising from a pattern with constructor:
- KCC :: C Char Char => () -> KCC,
- in an equation for ‘bar’
- at FDsFromGivens2.hs:14:6-10
- In the expression: f
- In an equation for ‘bar’: bar (KCC _) = f
- Relevant bindings include
- bar :: KCC -> a -> a (bound at FDsFromGivens2.hs:14:1)
+FDsFromGivens2.hs:15:15: error:
+ • Couldn't match type ‘Char’ with ‘[a]’
+ arising from a functional dependency between constraints:
+ ‘C Char [a]’ arising from a use of ‘f’ at FDsFromGivens2.hs:15:15
+ ‘C Char Char’
+ arising from a pattern with constructor:
+ KCC :: C Char Char => () -> KCC,
+ in an equation for ‘bar’
+ at FDsFromGivens2.hs:15:6-10
+ • In the expression: f
+ In an equation for ‘bar’: bar (KCC _) = f
+ • Relevant bindings include
+ bar :: KCC -> a -> a (bound at FDsFromGivens2.hs:15:1)