[project @ 1999-05-18 15:16:33 by simonpj]
[ghc-hetmet.git] / ghc / compiler / specialise / Rules.lhs
index f1d29bd..9ae32e6 100644 (file)
@@ -7,7 +7,8 @@
 module Rules (
        RuleBase, prepareRuleBase, lookupRule, 
        addIdSpecialisations,
-       ProtoCoreRule(..), pprProtoCoreRule, orphanRule
+       ProtoCoreRule(..), pprProtoCoreRule,
+       orphanRule
     ) where
 
 #include "HsVersions.h"