From: simonpj Date: Tue, 16 Dec 2003 16:24:42 +0000 (+0000) Subject: [project @ 2003-12-16 16:24:42 by simonpj] X-Git-Tag: Approx_11550_changesets_converted~187 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=626b9cd2cca1b05e94d8937ccf176d3e74562f87 [project @ 2003-12-16 16:24:42 by simonpj] Trim exports --- diff --git a/ghc/compiler/hsSyn/HsSyn.lhs b/ghc/compiler/hsSyn/HsSyn.lhs index 2fc0323..96379a5 100644 --- a/ghc/compiler/hsSyn/HsSyn.lhs +++ b/ghc/compiler/hsSyn/HsSyn.lhs @@ -19,11 +19,7 @@ module HsSyn ( module HsUtils, Fixity, NewOrData, - HsModule(..), HsExtCore(..), - collectStmtsBinders, collectStmtBinders, collectLStmtBinders, - collectGroupBinders, collectHsBindLocatedBinders, - collectHsBindBinders, - collectSigTysFromHsBind, collectSigTysFromHsBinds + HsModule(..), HsExtCore(..) ) where #include "HsVersions.h"