[project @ 2003-05-28 01:12:07 by mthomas]
authormthomas <unknown>
Wed, 28 May 2003 01:12:07 +0000 (01:12 +0000)
committermthomas <unknown>
Wed, 28 May 2003 01:12:07 +0000 (01:12 +0000)
Assume that notNull in ASSERT is still needed, so revert import.

ghc/compiler/coreSyn/CoreLint.lhs

index 7470294..76d7ebe 100644 (file)
@@ -38,6 +38,7 @@ import TyCon          ( isPrimTyCon )
 import BasicTypes      ( RecFlag(..), isNonRec )
 import CmdLineOpts
 import Maybe
+import Util             ( notNull )
 import Outputable
 
 import IO              ( hPutStrLn, stderr )