From e25d4444bb5143e115052fbdd71cd8e444ee7457 Mon Sep 17 00:00:00 2001 From: simonpj Date: Wed, 2 Jun 2004 08:09:58 +0000 Subject: [PATCH] [project @ 2004-06-02 08:09:58 by simonpj] Comments only --- ghc/compiler/compMan/CompManager.lhs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/ghc/compiler/compMan/CompManager.lhs b/ghc/compiler/compMan/CompManager.lhs index 4bf69d6..76902f2 100644 --- a/ghc/compiler/compMan/CompManager.lhs +++ b/ghc/compiler/compMan/CompManager.lhs @@ -25,9 +25,7 @@ module CompManager ( cmSetContext, -- :: CmState -> DynFlags -> [String] -> [String] -> IO CmState cmGetContext, -- :: CmState -> IO ([String],[String]) - cmInfoThing, -- :: CmState -> DynFlags -> String - -- -> IO (CmState, [(TyThing,Fixity)]) - + cmInfoThing, -- :: CmState -> String -> IO (CmState, [(TyThing,Fixity)]) cmBrowseModule, -- :: CmState -> IO [TyThing] CmRunResult(..), -- 1.7.10.4