Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alexis King
GHC
Commits
2913fb2d
Commit
2913fb2d
authored
Jan 04, 2012
by
tibbe
Committed by
Ian Lynagh
Jan 07, 2012
Browse files
Be explicit about what we import from Data.Monoid
parent
847cde73
Changes
1
Show whitespace changes
Inline
Side-by-side
compiler/ghci/RtClosureInspect.hs
View file @
2913fb2d
...
...
@@ -72,7 +72,7 @@ import Data.Array.Base
import
Data.Ix
import
Data.List
import
qualified
Data.Sequence
as
Seq
import
Data.Monoid
import
Data.Monoid
(
mappend
)
import
Data.Sequence
(
viewl
,
ViewL
(
..
))
import
Foreign.Safe
import
System.IO.Unsafe
...
...
Write
Preview
Markdown
is supported
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