From 934a2c9fa472a56363bc2c4a67be7ee40223a773 Mon Sep 17 00:00:00 2001 From: simonpj Date: Mon, 14 May 2001 12:55:31 +0000 Subject: [PATCH] [project @ 2001-05-14 12:55:31 by simonpj] comment wibble --- ghc/compiler/specialise/Rules.lhs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.7.10.4