From: simonpj Date: Mon, 8 Apr 2002 08:25:55 +0000 (+0000) Subject: [project @ 2002-04-08 08:25:55 by simonpj] X-Git-Tag: Approx_11550_changesets_converted~2171 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=7f8848c7bb521af7907d7d4866f91e3464f0f72e;p=ghc-hetmet.git [project @ 2002-04-08 08:25:55 by simonpj] Import notNull --- diff --git a/ghc/compiler/coreSyn/CoreLint.lhs b/ghc/compiler/coreSyn/CoreLint.lhs index 768cead..7b1b39e 100644 --- a/ghc/compiler/coreSyn/CoreLint.lhs +++ b/ghc/compiler/coreSyn/CoreLint.lhs @@ -41,6 +41,7 @@ import TyCon ( isPrimTyCon ) import BasicTypes ( RecFlag(..), isNonRec ) import CmdLineOpts import Maybe +import Util ( notNull ) import Outputable infixr 9 `thenL`, `seqL`