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