[project @ 2002-04-08 08:25:55 by simonpj]
authorsimonpj <unknown>
Mon, 8 Apr 2002 08:25:55 +0000 (08:25 +0000)
committersimonpj <unknown>
Mon, 8 Apr 2002 08:25:55 +0000 (08:25 +0000)
Import notNull

ghc/compiler/coreSyn/CoreLint.lhs

index 768cead..7b1b39e 100644 (file)
@@ -41,6 +41,7 @@ import TyCon          ( isPrimTyCon )
 import BasicTypes      ( RecFlag(..), isNonRec )
 import CmdLineOpts
 import Maybe
+import Util            ( notNull )
 import Outputable
 
 infixr 9 `thenL`, `seqL`