[project @ 1999-01-07 12:48:13 by simonpj]
[ghc-hetmet.git] / ghc / compiler / rename / RnSource.hi-boot-5
index dbb4b1c..aeca07e 100644 (file)
@@ -1,5 +1,8 @@
 __interface RnSource 1 0 where
-__export RnSource rnHsSigType;
-1 rnHsSigType :: __forall [_a] => (Outputable.SDoc)
+__export RnSource rnHsSigType rnHsType;
+1 rnHsSigType :: __forall [_a] => Outputable.SDoc
                               -> RdrHsSyn.RdrNameHsType
-                              -> RnMonad.RnMS _a RnHsSyn.RenamedHsType ;
+                              -> RnMonad.RnMS _a (RnHsSyn.RenamedHsType, RnEnv.FreeVars) ;
+1 rnHsType :: __forall [_a] => Outputable.SDoc
+                              -> RdrHsSyn.RdrNameHsType
+                              -> RnMonad.RnMS _a (RnHsSyn.RenamedHsType, RnEnv.FreeVars) ;