Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
jberryman
GHC
Commits
9b4d74c7
Commit
9b4d74c7
authored
Oct 18, 2002
by
simonpj
Browse files
[project @ 2002-10-18 13:35:46 by simonpj]
Import wibbles
parent
6f95b59e
Changes
2
Hide whitespace changes
Inline
Side-by-side
ghc/compiler/prelude/PrelInfo.lhs
View file @
9b4d74c7
...
@@ -32,6 +32,7 @@ import PrelNames ( basicKnownKeyNames,
...
@@ -32,6 +32,7 @@ import PrelNames ( basicKnownKeyNames,
noDictClassKeys )
noDictClassKeys )
#ifdef GHCI
#ifdef GHCI
import DsMeta ( templateHaskellNames )
import DsMeta ( templateHaskellNames )
import NameSet ( nameSetToList )
#endif
#endif
import PrimOp ( allThePrimOps, primOpOcc )
import PrimOp ( allThePrimOps, primOpOcc )
...
@@ -40,7 +41,6 @@ import Id ( idName )
...
@@ -40,7 +41,6 @@ import Id ( idName )
import MkId ( mkPrimOpId, wiredInIds )
import MkId ( mkPrimOpId, wiredInIds )
import MkId -- All of it, for re-export
import MkId -- All of it, for re-export
import Name ( Name, nameOccName )
import Name ( Name, nameOccName )
import NameSet ( nameSetToList )
import RdrName ( mkRdrUnqual, getRdrName )
import RdrName ( mkRdrUnqual, getRdrName )
import HsSyn ( HsTyVarBndr(..) )
import HsSyn ( HsTyVarBndr(..) )
import OccName ( mkVarOcc )
import OccName ( mkVarOcc )
...
...
ghc/compiler/typecheck/TcRnDriver.lhs
View file @
9b4d74c7
...
@@ -20,7 +20,7 @@ import {-# SOURCE #-} TcSplice( tcSpliceDecls )
...
@@ -20,7 +20,7 @@ import {-# SOURCE #-} TcSplice( tcSpliceDecls )
#endif
#endif
import CmdLineOpts ( DynFlag(..), opt_PprStyle_Debug, dopt )
import CmdLineOpts ( DynFlag(..), opt_PprStyle_Debug, dopt )
import HsSyn ( HsModule(..), HsBinds(..), MonoBinds(..),
HsDecl(..),
HsExpr(..),
import HsSyn ( HsModule(..), HsBinds(..), MonoBinds(..), HsExpr(..),
Stmt(..), Pat(VarPat), HsStmtContext(..), RuleDecl(..),
Stmt(..), Pat(VarPat), HsStmtContext(..), RuleDecl(..),
HsGroup(..), SpliceDecl(..),
HsGroup(..), SpliceDecl(..),
mkSimpleMatch, placeHolderType, toHsType, andMonoBinds,
mkSimpleMatch, placeHolderType, toHsType, andMonoBinds,
...
@@ -37,7 +37,7 @@ import MkId ( unsafeCoerceId )
...
@@ -37,7 +37,7 @@ import MkId ( unsafeCoerceId )
import RdrName ( RdrName, getRdrName, mkUnqual, mkRdrUnqual,
import RdrName ( RdrName, getRdrName, mkUnqual, mkRdrUnqual,
lookupRdrEnv, elemRdrEnv )
lookupRdrEnv, elemRdrEnv )
import RnHsSyn (
RenamedHsDecl,
RenamedStmt, RenamedTyClDecl,
import RnHsSyn ( RenamedStmt, RenamedTyClDecl,
ruleDeclFVs, instDeclFVs, tyClDeclFVs )
ruleDeclFVs, instDeclFVs, tyClDeclFVs )
import TcHsSyn ( TypecheckedHsExpr, TypecheckedRuleDecl,
import TcHsSyn ( TypecheckedHsExpr, TypecheckedRuleDecl,
zonkTopBinds, zonkTopDecls, mkHsLet,
zonkTopBinds, zonkTopDecls, mkHsLet,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment