diff options
Diffstat (limited to 'testsuite/tests/rep-poly/T19615.stderr')
-rw-r--r-- | testsuite/tests/rep-poly/T19615.stderr | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/testsuite/tests/rep-poly/T19615.stderr b/testsuite/tests/rep-poly/T19615.stderr new file mode 100644 index 0000000000..e263dc7cd0 --- /dev/null +++ b/testsuite/tests/rep-poly/T19615.stderr @@ -0,0 +1,9 @@ + +T19615.hs:17:20: error: + • The function argument + ‘(f x)’ + does not have a fixed runtime representation: + b :: TYPE r' + • In the first argument of ‘lift'’, namely ‘(f x)’ + In the expression: lift' (f x) id + In an equation for ‘mapF’: mapF f x = lift' (f x) id |