diff options
Diffstat (limited to 'testsuite/tests/quantified-constraints/T15918.stderr')
-rw-r--r-- | testsuite/tests/quantified-constraints/T15918.stderr | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/testsuite/tests/quantified-constraints/T15918.stderr b/testsuite/tests/quantified-constraints/T15918.stderr new file mode 100644 index 0000000000..fa06b0e3f4 --- /dev/null +++ b/testsuite/tests/quantified-constraints/T15918.stderr @@ -0,0 +1,7 @@ + +T15918.hs:19:19: error: + • Expected kind ‘(k0 -> *) -> Constraint’, + but ‘[]’ has kind ‘* -> *’ + • In the first argument of ‘Build’, namely ‘[]’ + In an expression type signature: Build [] a + In the expression: rev :: Build [] a |