[project @ 2001-03-01 17:07:49 by simonpj]
[ghc-hetmet.git] / ghc / compiler / basicTypes / BasicTypes.lhs
index 7551596..820a3b9 100644 (file)
@@ -36,9 +36,7 @@ module BasicTypes(
        InsideLam, insideLam, notInsideLam,
        OneBranch, oneBranch, notOneBranch,
 
-        EP(..),
-
-        GhciMode(..)
+        EP(..)
    ) where
 
 #include "HsVersions.h"
@@ -204,17 +202,6 @@ isNonRec NonRecursive = True
 
 %************************************************************************
 %*                                                                     *
-\subsection[Interactive/Batch]{Interactive/Batch flag}
-%*                                                                     *
-%************************************************************************
-
-\begin{code} 
-data GhciMode = Batch
-              | Interactive
-\end{code}
-
-%************************************************************************
-%*                                                                     *
 \subsection[Generic]{Generic flag}
 %*                                                                     *
 %************************************************************************