[project @ 2001-03-23 16:36:20 by simonmar]
[ghc-hetmet.git] / ghc / compiler / rename / RnSource.hi-boot
1 _interface_ RnSource 2
2 _exports_
3 RnSource rnHsType rnHsSigType rnHsTypeFVs;
4 _declarations_
5 1 rnHsTypeFVs _:_ Outputable.SDoc -> RdrHsSyn.RdrNameHsType
6                                   -> RnMonad.RnMS (RnHsSyn.RenamedHsType, NameSet.FreeVars) ;;
7 2 rnHsSigType _:_ Outputable.SDoc -> RdrHsSyn.RdrNameHsType
8                                   -> RnMonad.RnMS RnHsSyn.RenamedHsType ;;
9 2 rnHsType _:_ Outputable.SDoc -> RdrHsSyn.RdrNameHsType
10                                   -> RnMonad.RnMS RnHsSyn.RenamedHsType ;;
11