[project @ 2001-02-28 12:12:43 by simonmar]
authorsimonmar <unknown>
Wed, 28 Feb 2001 12:12:43 +0000 (12:12 +0000)
committersimonmar <unknown>
Wed, 28 Feb 2001 12:12:43 +0000 (12:12 +0000)
oops, don't export cmTypeOfName when !GHCI.

ghc/compiler/compMan/CompManager.lhs

index 8dc68d1..676620e 100644 (file)
@@ -11,8 +11,6 @@ module CompManager (
 
     cmUnload,    -- :: CmState -> IO CmState
 
-    cmTypeOfName, -- :: CmState -> Name -> IO (Maybe String)
-
     cmSetContext, -- :: CmState -> String -> IO CmState
 
     cmGetContext, -- :: CmState -> IO String