diff options
Diffstat (limited to 'testsuite/tests/dependent/should_fail/T17541.stderr')
-rw-r--r-- | testsuite/tests/dependent/should_fail/T17541.stderr | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/testsuite/tests/dependent/should_fail/T17541.stderr b/testsuite/tests/dependent/should_fail/T17541.stderr new file mode 100644 index 0000000000..e17206c734 --- /dev/null +++ b/testsuite/tests/dependent/should_fail/T17541.stderr @@ -0,0 +1,10 @@ + +T17541.hs:20:17: error: + • Expected kind ‘TYPE (Rep rep)’, + but ‘Int#’ has kind ‘TYPE 'IntRep’ + • In the type ‘Int#’ + In the type family declaration for ‘Unboxed’ + NB: Type ‘Unboxed’ was inferred to use visible dependent quantification. + Most types with visible dependent quantification are + polymorphically recursive and need a standalone kind + signature. Perhaps supply one, with StandaloneKindSignatures. |