Skip to content
Snippets Groups Projects
Commit 0ae36334 authored by Simon Marlow's avatar Simon Marlow
Browse files

[project @ 1997-09-22 09:15:20 by simonm]

fix imports for bootstrapping
parent a32c4e58
No related merge requests found
......@@ -12,6 +12,7 @@ module CoreLint (
) where
IMP_Ubiq()
IMPORT_1_3(IO(hPutStr,stderr))
import CmdLineOpts ( opt_D_show_passes, opt_PprUserLength, opt_DoCoreLinting )
import CoreSyn
......
......@@ -44,7 +44,7 @@ import Id ( dataConArgTys, isNullaryDataCon, mkDictFunId )
import PrelInfo ( needsDataDeclCtxtClassKeys )
import Maybes ( maybeToBool )
import Name ( isLocallyDefined, getSrcLoc, ExportFlag(..), Provenance,
Name{--O only-}, SYN_IE(Module)
Name{--O only-}, SYN_IE(Module), NamedThing(..)
)
import Outputable ( PprStyle(..), Outputable(..){-instances e.g., (,)-} )
import PprType ( GenType, GenTyVar, GenClass, TyCon )
......
......@@ -19,7 +19,7 @@ IMP_Ubiq()
-- friends:
import TcMonad
import Type ( GenType(..), typeKind, mkFunTy, getFunTy_maybe, splitAppTys )
import TyCon ( TyCon, mkFunTyCon, isTupleTyCon, tyConArity )
import TyCon ( TyCon, mkFunTyCon, isTupleTyCon, tyConArity, SYN_IE(Arity) )
import Class ( GenClass )
import TyVar ( GenTyVar(..), SYN_IE(TyVar), tyVarKind )
import TcType ( SYN_IE(TcType), TcMaybe(..), SYN_IE(TcTauType), SYN_IE(TcTyVar),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment