[project @ 2001-07-23 10:54:46 by simonpj]
[ghc-hetmet.git] / ghc / compiler / stranal / SaLib.lhs
index ac9c267..8c443b5 100644 (file)
@@ -6,6 +6,11 @@
 See also: the ``library'' for the ``back end'' (@SaBackLib@).
 
 \begin{code}
+#ifndef DEBUG
+-- If DEBUG is off, omit all exports 
+module SaAbsInt () where
+
+#else
 module SaLib (
        AbsVal(..),
        AnalysisKind(..),
@@ -15,6 +20,7 @@ module SaLib (
        lookupAbsValEnv,
        absValFromStrictness
     ) where
+#endif /* DEBUG */
 
 #include "HsVersions.h"