summaryrefslogtreecommitdiff
path: root/ghc/compiler/rename/RnSource.hi-boot
blob: 802d0a81d7ab440cfb760552c1b472af69fbb171 (plain)
1
2
3
4
5
6
7
8
9
10
11
_interface_ RnSource 2
_exports_
RnSource rnHsType rnHsSigType rnHsTypeFVs;
_declarations_
1 rnHsTypeFVs _:_ Outputable.SDoc -> RdrHsSyn.RdrNameHsType
			          -> RnMonad.RnMS (RnHsSyn.RenamedHsType, NameSet.FreeVars) ;;
2 rnHsSigType _:_ Outputable.SDoc -> RdrHsSyn.RdrNameHsType
			          -> RnMonad.RnMS RnHsSyn.RenamedHsType ;;
2 rnHsType _:_ Outputable.SDoc -> RdrHsSyn.RdrNameHsType
			          -> RnMonad.RnMS RnHsSyn.RenamedHsType ;;