[project @ 2000-10-11 14:51:02 by sewardj]
authorsewardj <unknown>
Wed, 11 Oct 2000 14:51:02 +0000 (14:51 +0000)
committersewardj <unknown>
Wed, 11 Oct 2000 14:51:02 +0000 (14:51 +0000)
Renaming of various previously-TLA'd types.

ghc/compiler/ghci/CmCompile.lhs

index 47efd0b..98b4f90 100644 (file)
@@ -5,11 +5,11 @@
 
 \begin{code}
 module CmCompile ( cmCompile,
-                   ModDetails,       -- abstract
-                   ModIFace,         -- abstract
-                   PCS, emptyPCS,    -- abstract
-                   HST,              -- not abstract (CM needs to see it)
-                   HIT,              -- ditto
+                   ModDetails,         -- abstract
+                   ModIFace,           -- abstract
+                   PersistentCompilerState, emptyPCS,    -- abstract
+                   HomeSymbolTable,    -- not abstract (CM needs to see it)
+                   HomeInterfaceTable, -- ditto
                    CompResult(..)
                  )
 where