diff options
Diffstat (limited to 'testsuite/tests/polykinds/T16244.stderr')
-rw-r--r-- | testsuite/tests/polykinds/T16244.stderr | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/testsuite/tests/polykinds/T16244.stderr b/testsuite/tests/polykinds/T16244.stderr new file mode 100644 index 0000000000..d261a70ba3 --- /dev/null +++ b/testsuite/tests/polykinds/T16244.stderr @@ -0,0 +1,11 @@ + +T16244.hs:11:18: error: + • Couldn't match kind ‘k1’ with ‘k’ + ‘k1’ is a rigid type variable bound by + the class declaration for ‘C’ + at T16244.hs:11:26 + ‘k’ is a rigid type variable bound by + the class declaration for ‘C’ + at T16244.hs:11:1-52 + • In the second argument of ‘SameKind’, namely ‘b’ + In the class declaration for ‘C’ |