diff options
author | simonpj <unknown> | 2000-10-24 07:35:03 +0000 |
---|---|---|
committer | simonpj <unknown> | 2000-10-24 07:35:03 +0000 |
commit | 4a91d102be99778efcab80211ca5de3f2cf6619a (patch) | |
tree | 9a4250e4b1bfa90f117efb47d565cbdd14e271e0 /ghc/compiler/javaGen | |
parent | ebef357f943e8fce48adb73053082204cc892f99 (diff) | |
download | haskell-4a91d102be99778efcab80211ca5de3f2cf6619a.tar.gz |
[project @ 2000-10-24 07:35:00 by simonpj]
Mainly MkIface
Diffstat (limited to 'ghc/compiler/javaGen')
-rw-r--r-- | ghc/compiler/javaGen/JavaGen.lhs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ghc/compiler/javaGen/JavaGen.lhs b/ghc/compiler/javaGen/JavaGen.lhs index 6278a70d8e..716492991e 100644 --- a/ghc/compiler/javaGen/JavaGen.lhs +++ b/ghc/compiler/javaGen/JavaGen.lhs @@ -53,11 +53,10 @@ import Name ( NamedThing(..), getOccString, isGlobalName, isLocalName , nameModule ) import PrimRep ( PrimRep(..) ) import DataCon ( DataCon, dataConRepArity, dataConRepArgTys, dataConId ) -import qualified TypeRep import qualified Type import qualified CoreSyn import CoreSyn ( CoreBind, CoreExpr, CoreAlt, CoreBndr, - Bind(..), Alt, AltCon(..), collectBinders, isValArg + Bind(..), AltCon(..), collectBinders, isValArg ) import TysWiredIn ( boolTy, trueDataCon, falseDataCon ) import qualified CoreUtils |