summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--testsuite/tests/simplCore/should_compile/T22439.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/simplCore/should_compile/T22439.hs b/testsuite/tests/simplCore/should_compile/T22439.hs
index b7ecccc27c..05d81f61d4 100644
--- a/testsuite/tests/simplCore/should_compile/T22439.hs
+++ b/testsuite/tests/simplCore/should_compile/T22439.hs
@@ -8,7 +8,7 @@ module Bug where
import qualified Data.Text.Lazy as T
import GHC.Exts (IsList(..))
-import Prelude (Bool, Char, otherwise)
+import Prelude (Bool, Char, otherwise, type (~) )
class (IsList full, item ~ Item full) => ListLike full item | full -> item where
empty :: full