diff options
Diffstat (limited to 'testsuite/tests/polykinds/T15789.stderr')
-rw-r--r-- | testsuite/tests/polykinds/T15789.stderr | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/tests/polykinds/T15789.stderr b/testsuite/tests/polykinds/T15789.stderr index c0fd4eab34..dc052ceaa7 100644 --- a/testsuite/tests/polykinds/T15789.stderr +++ b/testsuite/tests/polykinds/T15789.stderr @@ -4,3 +4,4 @@ T15789.hs:10:80: error: • In the first argument of ‘Cat’, namely ‘(forall b. cat b u)’ In the kind ‘forall (cat :: forall xx. xx -> Type) a. forall b. Cat (forall b. cat b u)’ + In the data type declaration for ‘Zero’ |