diff options
author | simonpj <unknown> | 1999-07-27 07:31:24 +0000 |
---|---|---|
committer | simonpj <unknown> | 1999-07-27 07:31:24 +0000 |
commit | 3df40b7b78044206bbcffe3e2c0a57d901baf5e8 (patch) | |
tree | 075f36d30767f8e191991fc68cf514c9c45d05e8 /ghc/compiler/rename/RnSource.hi-boot-5 | |
parent | 6ef0bc6c1c112a73615c5bddeb8c0fbadd557ff7 (diff) | |
download | haskell-3df40b7b78044206bbcffe3e2c0a57d901baf5e8.tar.gz |
[project @ 1999-07-27 07:31:16 by simonpj]
Do a more correct job of explicit for-alls in types
Diffstat (limited to 'ghc/compiler/rename/RnSource.hi-boot-5')
-rw-r--r-- | ghc/compiler/rename/RnSource.hi-boot-5 | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/ghc/compiler/rename/RnSource.hi-boot-5 b/ghc/compiler/rename/RnSource.hi-boot-5 index bb0593a764..f2a15df1ab 100644 --- a/ghc/compiler/rename/RnSource.hi-boot-5 +++ b/ghc/compiler/rename/RnSource.hi-boot-5 @@ -1,6 +1,8 @@ __interface RnSource 1 0 where -__export RnSource rnHsSigType rnHsType; +__export RnSource rnHsType rnHsSigType rnHsPolyType; +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) ; |