X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2Fspecialise%2FRules.lhs;fp=ghc%2Fcompiler%2Fspecialise%2FRules.lhs;h=286d35750878b082c2e086ddacf7cd2b372926e8;hb=bf64f2050e84ea4afffe8af993a271a1e8dd5cab;hp=19bced3241b259198f6ad9abaeb70ec55c5ec58d;hpb=92bda9779666c90849c07e2c468304631089ba63;p=ghc-hetmet.git diff --git a/ghc/compiler/specialise/Rules.lhs b/ghc/compiler/specialise/Rules.lhs index 19bced3..286d357 100644 --- a/ghc/compiler/specialise/Rules.lhs +++ b/ghc/compiler/specialise/Rules.lhs @@ -6,7 +6,7 @@ \begin{code} module Rules ( RuleBase, emptyRuleBase, - extendRuleBase, extendRuleBaseList, + extendRuleBaseList, ruleBaseIds, getLocalRules, pprRuleBase, ruleCheckProgram,