From 7d9f532414d09835fef720faf2b7bd736aacd3b4 Mon Sep 17 00:00:00 2001 From: Simon Peyton Jones Date: Mon, 21 Nov 2022 14:39:41 +0000 Subject: Add missing import to T22439 --- testsuite/tests/simplCore/should_compile/T22439.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1