summaryrefslogtreecommitdiff
path: root/testsuite/tests/rep-poly/RepPolyDoBind.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/rep-poly/RepPolyDoBind.stderr')
-rw-r--r--testsuite/tests/rep-poly/RepPolyDoBind.stderr14
1 files changed, 14 insertions, 0 deletions
diff --git a/testsuite/tests/rep-poly/RepPolyDoBind.stderr b/testsuite/tests/rep-poly/RepPolyDoBind.stderr
new file mode 100644
index 0000000000..69974a54a7
--- /dev/null
+++ b/testsuite/tests/rep-poly/RepPolyDoBind.stderr
@@ -0,0 +1,14 @@
+
+RepPolyDoBind.hs:26:3: error:
+ • The first argument to (>>=),
+ arising from the ‘do’ statement,
+ does not have a fixed runtime representation:
+ ma0 :: TYPE rep
+ • In a stmt of a 'do' block: a <- undefined
+ In the expression:
+ do a <- undefined
+ return ()
+ In an equation for ‘foo’:
+ foo _
+ = do a <- undefined
+ return ()