diff options
author | simonpj <unknown> | 2004-04-05 11:04:12 +0000 |
---|---|---|
committer | simonpj <unknown> | 2004-04-05 11:04:12 +0000 |
commit | 8143f97ea999399cfe9fe0e164739eda623834c6 (patch) | |
tree | a334adafa227c87cfd05033c2fe391c53dd7cbb3 /ghc | |
parent | 99655406c82829dfc9663fc545a0e134c49fb79f (diff) | |
download | haskell-8143f97ea999399cfe9fe0e164739eda623834c6.tar.gz |
[project @ 2004-04-05 11:04:12 by simonpj]
import wibble
Diffstat (limited to 'ghc')
-rw-r--r-- | ghc/compiler/typecheck/TcRnDriver.lhs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ghc/compiler/typecheck/TcRnDriver.lhs b/ghc/compiler/typecheck/TcRnDriver.lhs index 83c99a6535..86cd510301 100644 --- a/ghc/compiler/typecheck/TcRnDriver.lhs +++ b/ghc/compiler/typecheck/TcRnDriver.lhs @@ -69,7 +69,8 @@ import HscTypes ( ModGuts(..), HscEnv(..), emptyFixityEnv ) #ifdef GHCI -import HsSyn ( HsStmtContext(..), Stmt(..), HsExpr(..), HsBindGroup(..), LStmt, LHsExpr, +import HsSyn ( HsStmtContext(..), Stmt(..), HsExpr(..), HsBindGroup(..), + LStmt, LHsExpr, LHsType, collectStmtsBinders, mkSimpleMatch, placeHolderType, nlLetStmt, nlExprStmt, nlBindStmt, nlResultStmt, nlVarPat ) import RdrName ( GlobalRdrEnv, mkGlobalRdrEnv, GlobalRdrElt(..), |