summaryrefslogtreecommitdiff
path: root/testsuite/tests/polykinds/T7278.hs
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/polykinds/T7278.hs')
-rw-r--r--testsuite/tests/polykinds/T7278.hs3
1 files changed, 2 insertions, 1 deletions
diff --git a/testsuite/tests/polykinds/T7278.hs b/testsuite/tests/polykinds/T7278.hs
index d43e60c7a7..af4800507e 100644
--- a/testsuite/tests/polykinds/T7278.hs
+++ b/testsuite/tests/polykinds/T7278.hs
@@ -1,4 +1,5 @@
-{-# LANGUAGE TypeFamilies, PolyKinds, MultiParamTypeClasses #-}
+{-# LANGUAGE TypeFamilies, PolyKinds, MultiParamTypeClasses, FlexibleContexts,
+ AllowAmbiguousTypes #-}
module T7278 where
type family TF (t :: k) :: * -> * -> *