summaryrefslogtreecommitdiff
path: root/testsuite/tests/rep-poly/RepPolyMcGuard.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/rep-poly/RepPolyMcGuard.stderr')
-rw-r--r--testsuite/tests/rep-poly/RepPolyMcGuard.stderr13
1 files changed, 13 insertions, 0 deletions
diff --git a/testsuite/tests/rep-poly/RepPolyMcGuard.stderr b/testsuite/tests/rep-poly/RepPolyMcGuard.stderr
new file mode 100644
index 0000000000..1d7036cb0a
--- /dev/null
+++ b/testsuite/tests/rep-poly/RepPolyMcGuard.stderr
@@ -0,0 +1,13 @@
+
+RepPolyMcGuard.hs:30:16: error:
+ • • The first argument to (>>),
+ arising from the monad comprehension,
+ does not have a fixed runtime representation:
+ ma0 :: TYPE rep
+ • The argument to ‘guard’,
+ arising from the monad comprehension,
+ does not have a fixed runtime representation:
+ a0 :: TYPE rep
+ • In a stmt of a monad comprehension: undefined
+ In the expression: [() | undefined]
+ In an equation for ‘foo’: foo _ = [() | undefined]