Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
jberryman
GHC
Commits
4ce88e32
Commit
4ce88e32
authored
Mar 09, 2010
by
simonpj@microsoft.com
Browse files
Comments only
parent
dbcd7b75
Changes
1
Hide whitespace changes
Inline
Side-by-side
compiler/coreSyn/CoreSubst.lhs
View file @
4ce88e32
...
...
@@ -442,7 +442,7 @@ It also unconditionally zaps the OccInfo.
\begin{code}
-- | Very similar to 'substBndr', but it always allocates a new 'Unique' for
-- each variable in its output
and removes all 'IdInfo'
-- each variable in its output
. It substitutes the IdInfo though.
cloneIdBndr :: Subst -> UniqSupply -> Id -> (Subst, Id)
cloneIdBndr subst us old_id
= clone_id subst subst (old_id, uniqFromSupply us)
...
...
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