Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
obsidiansystems
GHC
Commits
3446ed6c
Commit
3446ed6c
authored
Sep 07, 2001
by
simonpj
Browse files
[project @ 2001-09-07 12:34:54 by simonpj]
Omit unnecessary import
parent
b8711eeb
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/compiler/types/PprType.lhs
View file @
3446ed6c
...
...
@@ -20,7 +20,7 @@ module PprType(
-- (PprType can see all the representations it's trying to print)
import TypeRep ( Type(..), TyNote(..), Kind, liftedTypeKind ) -- friend
import Type ( SourceType(..), isUTyVar, eqKind )
import TcType ( ThetaType, PredType,
tcSplitPredTy_maybe,
import TcType ( ThetaType, PredType,
tcSplitSigmaTy, isPredTy, isDictTy,
tcSplitTyConApp_maybe, tcSplitFunTy_maybe
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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