summaryrefslogtreecommitdiff
path: root/ghc
diff options
context:
space:
mode:
authorsimonpj@microsoft.com <unknown>2010-12-24 08:23:10 +0000
committersimonpj@microsoft.com <unknown>2010-12-24 08:23:10 +0000
commit05fd4e9ddd2fb1d76dc9b8733353105eeea3a3d4 (patch)
tree5fd204c51a2df4ca32c1f68c2122089a073cd661 /ghc
parentf14f1daa67546643b49902c56829d13ec641f21c (diff)
downloadhaskell-05fd4e9ddd2fb1d76dc9b8733353105eeea3a3d4.tar.gz
Comments only
Diffstat (limited to 'ghc')
-rw-r--r--ghc/GhciMonad.hs3
1 files changed, 2 insertions, 1 deletions
diff --git a/ghc/GhciMonad.hs b/ghc/GhciMonad.hs
index 863372ff4a..fd6349720e 100644
--- a/ghc/GhciMonad.hs
+++ b/ghc/GhciMonad.hs
@@ -77,7 +77,8 @@ data GHCiState = GHCiState
ghc_e :: Bool -- True if this is 'ghc -e' (or runghc)
}
-data CtxtCmd
+data CtxtCmd -- In each case, the first [String] are the starred modules
+ -- and the second are the unstarred ones
= SetContext [String] [String]
| AddModules [String] [String]
| RemModules [String] [String]