summaryrefslogtreecommitdiff
path: root/testsuite/tests/polykinds/T11399.hs
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/polykinds/T11399.hs')
-rw-r--r--testsuite/tests/polykinds/T11399.hs4
1 files changed, 4 insertions, 0 deletions
diff --git a/testsuite/tests/polykinds/T11399.hs b/testsuite/tests/polykinds/T11399.hs
index 56f3c11ef7..ffa3848dc6 100644
--- a/testsuite/tests/polykinds/T11399.hs
+++ b/testsuite/tests/polykinds/T11399.hs
@@ -8,3 +8,7 @@ newtype UhOh (k :: * -> *) (a :: k *) = UhOh (k *)
-- UhOh :: forall (k : * -> *). k * -> *
instance Functor a => Functor (UhOh a) where
+
+{- Functor expects (* -> *)
+ (UhOh a) :: k * -> *
+-} \ No newline at end of file