From: simonpj Date: Wed, 2 Jun 2004 08:09:58 +0000 (+0000) Subject: [project @ 2004-06-02 08:09:58 by simonpj] X-Git-Tag: Initial_conversion_from_CVS_complete~1823 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=e25d4444bb5143e115052fbdd71cd8e444ee7457;p=ghc-hetmet.git [project @ 2004-06-02 08:09:58 by simonpj] Comments only --- 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(..),