blob: 399a3c98531ce8be0b5f9a89dc83e4a6377f3c6c (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
_interface_ RnSource 1
_exports_
RnSource rnHsType rnHsPolyType rnHsSigType;
_declarations_
1 rnHsType _:_ Outputable.SDoc -> RdrHsSyn.RdrNameHsType
-> RnMonad.RnMS (RnHsSyn.RenamedHsType, RnEnv.FreeVars) ;;
1 rnHsSigType _:_ Outputable.SDoc -> RdrHsSyn.RdrNameHsType
-> RnMonad.RnMS (RnHsSyn.RenamedHsType, RnEnv.FreeVars) ;;
1 rnHsPolyType _:_ Outputable.SDoc -> RdrHsSyn.RdrNameHsType
-> RnMonad.RnMS (RnHsSyn.RenamedHsType, RnEnv.FreeVars) ;;
|