diff options
author | Jan Path <jan@jpath.de> | 2018-10-02 15:39:36 +0200 |
---|---|---|
committer | Krzysztof Gogolewski <krz.gogolewski@gmail.com> | 2018-10-14 20:48:27 +0200 |
commit | 8e6c34fdf485bcbd16274896f821448db268c5fa (patch) | |
tree | f3a06a7357001f23ec954d2dad81ac9ce2dce93f | |
parent | d52627fb6952ecdc7d9027b0dff731e332c3d885 (diff) | |
download | haskell-8e6c34fdf485bcbd16274896f821448db268c5fa.tar.gz |
Fix typo in documentation
PR: https://github.com/ghc/ghc/pull/201/
-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 0caafb0a67..445c496253 100644 --- a/compiler/main/HscTypes.hs +++ b/compiler/main/HscTypes.hs @@ -1533,7 +1533,7 @@ It's exactly the same for type-family instances. See Trac #7102 -} -- | Interactive context, recording information about the state of the --- context in which statements are executed in a GHC session. +-- context in which statements are executed in a GHCi session. data InteractiveContext = InteractiveContext { ic_dflags :: DynFlags, |