diff options
Diffstat (limited to 'testsuite/tests/rep-poly/RepPolyClassMethod.stderr')
-rw-r--r-- | testsuite/tests/rep-poly/RepPolyClassMethod.stderr | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/testsuite/tests/rep-poly/RepPolyClassMethod.stderr b/testsuite/tests/rep-poly/RepPolyClassMethod.stderr new file mode 100644 index 0000000000..2731c542c1 --- /dev/null +++ b/testsuite/tests/rep-poly/RepPolyClassMethod.stderr @@ -0,0 +1,8 @@ + +RepPolyClassMethod.hs:10:12: error: + • Expected a type, but ‘a’ has kind ‘TYPE rep’ + ‘rep’ is a rigid type variable bound by + the class declaration for ‘C’ + at RepPolyClassMethod.hs:8:18-20 + • In the type signature: methC :: a + In the class declaration for ‘C’ |