[project @ 2004-06-02 08:09:58 by simonpj]
authorsimonpj <unknown>
Wed, 2 Jun 2004 08:09:58 +0000 (08:09 +0000)
committersimonpj <unknown>
Wed, 2 Jun 2004 08:09:58 +0000 (08:09 +0000)
Comments only

ghc/compiler/compMan/CompManager.lhs

index 4bf69d6..76902f2 100644 (file)
@@ -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(..),