From 05fd4e9ddd2fb1d76dc9b8733353105eeea3a3d4 Mon Sep 17 00:00:00 2001 From: "simonpj@microsoft.com" Date: Fri, 24 Dec 2010 08:23:10 +0000 Subject: [PATCH] Comments only --- ghc/GhciMonad.hs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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] -- 1.7.10.4