[project @ 2003-12-16 16:24:42 by simonpj]
authorsimonpj <unknown>
Tue, 16 Dec 2003 16:24:42 +0000 (16:24 +0000)
committersimonpj <unknown>
Tue, 16 Dec 2003 16:24:42 +0000 (16:24 +0000)
Trim exports

ghc/compiler/hsSyn/HsSyn.lhs

index 2fc0323..96379a5 100644 (file)
@@ -19,11 +19,7 @@ module HsSyn (
        module HsUtils,
        Fixity, NewOrData, 
 
        module HsUtils,
        Fixity, NewOrData, 
 
-       HsModule(..), HsExtCore(..),
-       collectStmtsBinders, collectStmtBinders, collectLStmtBinders,
-       collectGroupBinders, collectHsBindLocatedBinders,
-       collectHsBindBinders,
-       collectSigTysFromHsBind, collectSigTysFromHsBinds
+       HsModule(..), HsExtCore(..)
      ) where
 
 #include "HsVersions.h"
      ) where
 
 #include "HsVersions.h"