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
801c9549
Commit
801c9549
authored
Mar 15, 2002
by
simonpj
Browse files
[project @ 2002-03-15 16:08:16 by simonpj]
Import wibbles
parent
b43da53d
Changes
2
Hide whitespace changes
Inline
Side-by-side
ghc/compiler/basicTypes/Name.lhs
View file @
801c9549
...
...
@@ -35,8 +35,7 @@ module Name (
import OccName -- All of it
import Module ( Module, moduleName, mkVanillaModule, isHomeModule )
import RdrName ( RdrName, mkRdrOrig, mkRdrUnqual, rdrNameOcc,
rdrNameModule, mkRdrQual )
import RdrName ( RdrName, mkRdrOrig, mkRdrUnqual, rdrNameOcc, rdrNameModule )
import CmdLineOpts ( opt_Static )
import SrcLoc ( builtinSrcLoc, noSrcLoc, SrcLoc )
import Unique ( Unique, Uniquable(..), u2i, pprUnique )
...
...
ghc/compiler/types/PprType.lhs
View file @
801c9549
...
...
@@ -18,9 +18,8 @@ module PprType(
-- friends:
-- (PprType can see all the representations it's trying to print)
import TypeRep ( Type(..), TyNote(..),
Kind, liftedTypeKind ) -- friend
import Type ( SourceType(..), eqKind )
import TypeRep ( Type(..), TyNote(..), Kind ) -- friend
import Type ( SourceType(..) )
import TcType ( ThetaType, PredType,
tcSplitSigmaTy, isPredTy, isDictTy,
tcSplitTyConApp_maybe, tcSplitFunTy_maybe
...
...
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