From 7f8848c7bb521af7907d7d4866f91e3464f0f72e Mon Sep 17 00:00:00 2001 From: simonpj Date: Mon, 8 Apr 2002 08:25:55 +0000 Subject: [PATCH] [project @ 2002-04-08 08:25:55 by simonpj] Import notNull --- ghc/compiler/coreSyn/CoreLint.lhs | 1 + 1 file changed, 1 insertion(+) 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` -- 1.7.10.4