From: simonpj Date: Mon, 14 May 2001 12:55:31 +0000 (+0000) Subject: [project @ 2001-05-14 12:55:31 by simonpj] X-Git-Tag: Approximately_9120_patches~1956 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=934a2c9fa472a56363bc2c4a67be7ee40223a773;p=ghc-hetmet.git [project @ 2001-05-14 12:55:31 by simonpj] comment wibble --- diff --git a/ghc/compiler/specialise/Rules.lhs b/ghc/compiler/specialise/Rules.lhs index d07dad6..68cdeb7 100644 --- a/ghc/compiler/specialise/Rules.lhs +++ b/ghc/compiler/specialise/Rules.lhs @@ -458,7 +458,7 @@ data RuleBase = RuleBase -- Held as a set, so that it can simply be the initial -- in-scope set in the simplifier - IdSet -- Ids (whether local or imported) mentioned on + IdSet -- Ids (whether local or imported) mentioned on -- LHS of some rule; these should be black listed -- This representation is a bit cute, and I wonder if we should