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
6e2cffab
Commit
6e2cffab
authored
Jul 25, 2006
by
Simon Marlow
Browse files
tiny bit of extra strictness
parent
39a2bccc
Changes
1
Hide whitespace changes
Inline
Side-by-side
compiler/iface/IfaceEnv.lhs
View file @
6e2cffab
...
...
@@ -358,7 +358,7 @@ lookupHomePackage mod_name occ
newIfaceName :: OccName -> IfL Name
newIfaceName occ
= do { uniq <- newUnique
; return
(
mkInternalName uniq occ noSrcLoc
)
}
; return
$!
mkInternalName uniq occ noSrcLoc }
newIfaceNames :: [OccName] -> IfL [Name]
newIfaceNames occs
...
...
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