From 30e444ea34c78423b60e4ee250b516fc1cc2ae3a Mon Sep 17 00:00:00 2001 From: simonpj Date: Thu, 3 May 2001 08:10:09 +0000 Subject: [PATCH] [project @ 2001-05-03 08:10:09 by simonpj] Comment wibble only --- ghc/compiler/simplCore/OccurAnal.lhs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc/compiler/simplCore/OccurAnal.lhs b/ghc/compiler/simplCore/OccurAnal.lhs index eaa3383..750e2b6 100644 --- a/ghc/compiler/simplCore/OccurAnal.lhs +++ b/ghc/compiler/simplCore/OccurAnal.lhs @@ -210,7 +210,7 @@ shortMeOut ind_env exported_id local_id not (local_id `elemVarEnv` ind_env) -- Only if not already substituted for then if shortableIdInfo (idInfo exported_id) -- Only if its IdInfo is 'shortable' - -- (see the defn of IdInfo.shortableIdInfo + -- (see the defn of IdInfo.shortableIdInfo) then True else pprTrace "shortMeOut:" (ppr exported_id) False else -- 1.7.10.4