diff options
Diffstat (limited to 'testsuite/tests/rep-poly/RepPolyArrowCmd.stderr')
-rw-r--r-- | testsuite/tests/rep-poly/RepPolyArrowCmd.stderr | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/testsuite/tests/rep-poly/RepPolyArrowCmd.stderr b/testsuite/tests/rep-poly/RepPolyArrowCmd.stderr new file mode 100644 index 0000000000..0541ef43ab --- /dev/null +++ b/testsuite/tests/rep-poly/RepPolyArrowCmd.stderr @@ -0,0 +1,7 @@ + +RepPolyArrowCmd.hs:26:17: error: + • The arrow command ‘returnA -< x’ + does not have a fixed runtime representation: + a :: TYPE r + • In the expression: proc x -> returnA -< x + In an equation for ‘foo’: foo = proc x -> returnA -< x |