diff options
author | simonpj <unknown> | 2001-05-14 12:55:31 +0000 |
---|---|---|
committer | simonpj <unknown> | 2001-05-14 12:55:31 +0000 |
commit | 934a2c9fa472a56363bc2c4a67be7ee40223a773 (patch) | |
tree | 3832389cd6a7dfd2459b00d46e60ceb47c9ab31c | |
parent | 44d91e4c577768d4c19a699e326aa50aefc3b4cb (diff) | |
download | haskell-934a2c9fa472a56363bc2c4a67be7ee40223a773.tar.gz |
[project @ 2001-05-14 12:55:31 by simonpj]
comment wibble
-rw-r--r-- | ghc/compiler/specialise/Rules.lhs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ghc/compiler/specialise/Rules.lhs b/ghc/compiler/specialise/Rules.lhs index d07dad6fa2..68cdeb7e59 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 |