0bf49d524b63dd58aabe926d0e9f8583f13e418c
[ghc-hetmet.git] / ghc / compiler / rename / RnSource.hi-boot
1 _interface_ RnSource 1
2 _exports_
3 RnSource rnHsType rnHsSigType;
4 _declarations_
5 1 rnHsSigType _:_ _forall_ [a] => (Outputable.SDoc)
6                                -> RdrHsSyn.RdrNameHsType
7                                -> RnMonad.RnMS a (RnHsSyn.RenamedHsType, RnEnv.FreeVars) ;;
8 1 rnHsType _:_ _forall_ [a] => (Outputable.SDoc)
9                                -> RdrHsSyn.RdrNameHsType
10                                -> RnMonad.RnMS a (RnHsSyn.RenamedHsType, RnEnv.FreeVars) ;;
11