diff options
Diffstat (limited to 'ghc/compiler/rename/RnSource.hi-boot')
-rw-r--r-- | ghc/compiler/rename/RnSource.hi-boot | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/ghc/compiler/rename/RnSource.hi-boot b/ghc/compiler/rename/RnSource.hi-boot index 21e9592ffd..399a3c9853 100644 --- a/ghc/compiler/rename/RnSource.hi-boot +++ b/ghc/compiler/rename/RnSource.hi-boot @@ -1,9 +1,11 @@ _interface_ RnSource 1 _exports_ -RnSource rnHsType rnHsSigType; +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 rnHsType _:_ Outputable.SDoc -> RdrHsSyn.RdrNameHsType - -> RnMonad.RnMS (RnHsSyn.RenamedHsType, RnEnv.FreeVars) ;; +1 rnHsPolyType _:_ Outputable.SDoc -> RdrHsSyn.RdrNameHsType + -> RnMonad.RnMS (RnHsSyn.RenamedHsType, RnEnv.FreeVars) ;; |