Comments only
authorsimonpj@microsoft.com <unknown>
Fri, 24 Dec 2010 08:23:10 +0000 (08:23 +0000)
committersimonpj@microsoft.com <unknown>
Fri, 24 Dec 2010 08:23:10 +0000 (08:23 +0000)
ghc/GhciMonad.hs

index 863372f..fd63497 100644 (file)
@@ -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]