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
Glasgow Haskell Compiler
GHC
Commits
88972138
Commit
88972138
authored
Jan 28, 1999
by
simonpj
Browse files
[project @ 1999-01-28 11:33:42 by simonpj]
Remove unnecessary imports
parent
b052d2df
Changes
3
Hide whitespace changes
Inline
Side-by-side
ghc/lib/exts/ByteArray.lhs
View file @
88972138
...
...
@@ -25,8 +25,7 @@ module ByteArray
import PrelArr
import PrelBase
import PrelForeign
import PrelStable
import PrelStable( StablePtr(..) )
import Ix
\end{code}
...
...
ghc/lib/misc/FiniteMap.lhs
View file @
88972138
...
...
@@ -627,8 +627,6 @@ glueVBal fm_l@(Branch key_l elt_l _ fm_ll fm_lr)
| otherwise -- We now need the same two cases as in glueBal above.
= glueBal fm_l fm_r
where
(mid_key_l,mid_elt_l) = findMax fm_l
(mid_key_r,mid_elt_r) = findMin fm_r
size_l = sizeFM fm_l
size_r = sizeFM fm_r
\end{code}
...
...
ghc/lib/misc/SocketPrim.lhs
View file @
88972138
...
...
@@ -90,7 +90,7 @@ import Foreign
import IO
import IOExts ( IORef, newIORef, readIORef, writeIORef )
import CString ( unpackNBytesBAIO,
unpackCString,
unpackCStringIO,
unpackCStringIO,
unpackCStringLenIO,
allocChars
)
...
...
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