From: simonpj@microsoft.com Date: Fri, 24 Dec 2010 08:23:10 +0000 (+0000) Subject: Comments only X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=05fd4e9ddd2fb1d76dc9b8733353105eeea3a3d4 Comments only --- diff --git a/ghc/GhciMonad.hs b/ghc/GhciMonad.hs index 863372f..fd63497 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]