[project @ 2002-03-14 15:47:52 by simonmar]
[ghc-hetmet.git] / ghc / compiler / rename / RnHiFiles.hi-boot-6
index da5dcc3..2fe3df5 100644 (file)
@@ -1,3 +1,7 @@
-__interface RnHiFiles 1 0 where
-__export RnHiFiles loadInterface;
-1 loadInterface :: __forall [d] => Outputable.SDoc -> Module.ModuleName -> Module.WhereFrom -> RnMonad.RnM d HscTypes.ModIface;
+module RnHiFiles where
+
+loadInterface
+       :: Outputable.SDoc
+       -> Module.ModuleName
+       -> Module.WhereFrom
+       -> RnMonad.RnM d HscTypes.ModIface