summaryrefslogtreecommitdiff
path: root/docs/ghci
diff options
context:
space:
mode:
authorSylvain Henry <sylvain@haskus.fr>2020-03-19 10:28:01 +0100
committerMarge Bot <ben+marge-bot@smart-cactus.org>2020-04-07 18:36:49 -0400
commit255418da5d264fb2758bc70925adb2094f34adc3 (patch)
tree39e3d7f84571e750f2a087c1bc2ab87198e9b147 /docs/ghci
parent3d2991f8b4c1b686323b2c9452ce845a60b8d94c (diff)
downloadhaskell-255418da5d264fb2758bc70925adb2094f34adc3.tar.gz
Modules: type-checker (#13009)
Update Haddock submodule
Diffstat (limited to 'docs/ghci')
-rw-r--r--docs/ghci/ghci.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ghci/ghci.tex b/docs/ghci/ghci.tex
index e102cdadd9..49e373a4bd 100644
--- a/docs/ghci/ghci.tex
+++ b/docs/ghci/ghci.tex
@@ -600,7 +600,7 @@ post-typechecking environment created by compiling a module.
= ModDetails {
moduleExports :: Avails
moduleEnv :: GlobalRdrEnv -- == FM RdrName [Name]
- typeEnv :: FM Name TyThing -- TyThing is in TcEnv.lhs
+ typeEnv :: FM Name TyThing -- TyThing is in GHC.Tc.Utils.Env
instEnv :: InstEnv
fixityEnv :: FM Name Fixity
ruleEnv :: FM Id [Rule]