diff options
Diffstat (limited to 'testsuite/tests/quantified-constraints/T17267e.stderr')
-rw-r--r-- | testsuite/tests/quantified-constraints/T17267e.stderr | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/testsuite/tests/quantified-constraints/T17267e.stderr b/testsuite/tests/quantified-constraints/T17267e.stderr new file mode 100644 index 0000000000..b497fa1009 --- /dev/null +++ b/testsuite/tests/quantified-constraints/T17267e.stderr @@ -0,0 +1,13 @@ + +T17267e.hs:1:1: error: + The IO action ‘main’ is not defined in module ‘Main’ + +T17267e.hs:16:14: error: + • Reduction stack overflow; size = 201 + When simplifying the following type: Show a + Use -freduction-depth=0 to disable this check + (any upper bound you could choose might fail unpredictably with + minor updates to GHC, so disabling the check is recommended if + you're sure that type checking should terminate) + • In the expression: show + In an equation for ‘pseudoShow’: pseudoShow = show |