summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/tcfail102.stderr-hugs
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/typecheck/should_fail/tcfail102.stderr-hugs')
-rw-r--r--testsuite/tests/typecheck/should_fail/tcfail102.stderr-hugs5
1 files changed, 5 insertions, 0 deletions
diff --git a/testsuite/tests/typecheck/should_fail/tcfail102.stderr-hugs b/testsuite/tests/typecheck/should_fail/tcfail102.stderr-hugs
new file mode 100644
index 0000000000..7584fda32e
--- /dev/null
+++ b/testsuite/tests/typecheck/should_fail/tcfail102.stderr-hugs
@@ -0,0 +1,5 @@
+ERROR "tcfail102.hs":8 - Cannot justify constraints in explicitly typed binding
+*** Expression : f
+*** Type : Integral a => P (Ratio a) -> P (Ratio a)
+*** Given context : Integral a
+*** Constraints : Integral (Ratio a)