diff options
Diffstat (limited to 'testsuite/tests/polykinds/T8359.hs')
-rw-r--r-- | testsuite/tests/polykinds/T8359.hs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuite/tests/polykinds/T8359.hs b/testsuite/tests/polykinds/T8359.hs index d172270b12..00fabf86a9 100644 --- a/testsuite/tests/polykinds/T8359.hs +++ b/testsuite/tests/polykinds/T8359.hs @@ -1,4 +1,6 @@ +{-# OPTIONS_GHC -fno-warn-redundant-constraints #-} {-# LANGUAGE ConstraintKinds, MultiParamTypeClasses #-} + module T8359 where class DifferentTypes a b |