diff options
Diffstat (limited to 'testsuite/tests/quantified-constraints/T19921.stderr')
-rw-r--r-- | testsuite/tests/quantified-constraints/T19921.stderr | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/testsuite/tests/quantified-constraints/T19921.stderr b/testsuite/tests/quantified-constraints/T19921.stderr new file mode 100644 index 0000000000..0465b10be9 --- /dev/null +++ b/testsuite/tests/quantified-constraints/T19921.stderr @@ -0,0 +1,9 @@ + +T19921.hs:29:8: error: + • Could not deduce: r arising from a use of ‘Dict’ + from the context: (x \/ y) \/ z + bound by a quantified context at T19921.hs:1:1 + or from: (x ⇒ r, (y \/ z) ⇒ r) + bound by a quantified context at T19921.hs:1:1 + • In the expression: Dict + In an equation for ‘dict’: dict = Dict |