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 | |
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')
-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) ;; |