diff options
-rw-r--r-- | compiler/main/HscTypes.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/main/HscTypes.hs b/compiler/main/HscTypes.hs index 6d43ec0037..541f0af78e 100644 --- a/compiler/main/HscTypes.hs +++ b/compiler/main/HscTypes.hs @@ -399,7 +399,7 @@ data HscEnv hsc_type_env_var :: Maybe (Module, IORef TypeEnv) -- ^ Used for one-shot compilation only, to initialise -- the 'IfGblEnv'. See 'TcRnTypes.tcg_type_env_var' for - -- 'TcRunTypes.TcGblEnv' + -- 'TcRnTypes.TcGblEnv' #ifdef GHCI , hsc_iserv :: MVar (Maybe IServ) |