summaryrefslogtreecommitdiff
path: root/ghc/compiler/rename/RnBinds.lhs
diff options
context:
space:
mode:
authorsimonmar <unknown>2003-11-17 14:41:32 +0000
committersimonmar <unknown>2003-11-17 14:41:32 +0000
commitd1854b8826400244bb6f3ca02d3614d34aa65c90 (patch)
treece64b9adb7ffb58e960f82620e6d53d18b46ddb1 /ghc/compiler/rename/RnBinds.lhs
parentf1f24b1290313eb2105b162170cf84e92e939492 (diff)
downloadhaskell-d1854b8826400244bb6f3ca02d3614d34aa65c90.tar.gz
[project @ 2003-11-17 14:41:32 by simonmar]
GC export list.
Diffstat (limited to 'ghc/compiler/rename/RnBinds.lhs')
-rw-r--r--ghc/compiler/rename/RnBinds.lhs2
1 files changed, 1 insertions, 1 deletions
diff --git a/ghc/compiler/rename/RnBinds.lhs b/ghc/compiler/rename/RnBinds.lhs
index 9f7e690707..c5ba50eba0 100644
--- a/ghc/compiler/rename/RnBinds.lhs
+++ b/ghc/compiler/rename/RnBinds.lhs
@@ -11,7 +11,7 @@ they may be affected by renaming (which isn't fully worked out yet).
\begin{code}
module RnBinds (
rnTopMonoBinds, rnMonoBinds, rnMonoBindsAndThen,
- rnMethodBinds, renameSigs, checkSigs, unknownSigErr
+ rnMethodBinds, renameSigs, checkSigs
) where
#include "HsVersions.h"