Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alex D
GHC
Commits
0f9c1806
Commit
0f9c1806
authored
Jul 04, 2006
by
Simon Marlow
Browse files
redundant import
parent
8281859e
Changes
1
Hide whitespace changes
Inline
Side-by-side
compiler/main/HscTypes.lhs
View file @
0f9c1806
...
...
@@ -95,7 +95,7 @@ import IfaceSyn ( IfaceInst, IfaceRule, IfaceDecl(ifName) )
import FiniteMap ( FiniteMap )
import CoreSyn ( CoreRule )
import Maybes ( orElse,
expectJust,
expectJust )
import Maybes ( orElse, expectJust )
import Outputable
import SrcLoc ( SrcSpan, Located )
import UniqSupply ( UniqSupply )
...
...
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