diff options
Diffstat (limited to 'testsuite/tests/polykinds/SigTvKinds3.stderr')
-rw-r--r-- | testsuite/tests/polykinds/SigTvKinds3.stderr | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/testsuite/tests/polykinds/SigTvKinds3.stderr b/testsuite/tests/polykinds/SigTvKinds3.stderr new file mode 100644 index 0000000000..b498c03187 --- /dev/null +++ b/testsuite/tests/polykinds/SigTvKinds3.stderr @@ -0,0 +1,6 @@ + +SigTvKinds3.hs:9:62: error: + • Expected kind ‘k1’, but ‘b’ has kind ‘k2’ + • In the second argument of ‘SameKind’, namely ‘b’ + In the first argument of ‘Bad’, namely ‘(SameKind a b)’ + In the type ‘Bad (SameKind a b)’ |