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
155ce292
Commit
155ce292
authored
Jan 05, 2012
by
dterei
Browse files
Fix haddock validate problem.
parent
b540be06
Changes
1
Hide whitespace changes
Inline
Side-by-side
compiler/stgSyn/StgSyn.lhs
View file @
155ce292
...
...
@@ -354,12 +354,12 @@ And so the code for let(rec)-things:
| StgLetNoEscape -- remember: ``advanced stuff''
(GenStgLiveVars occ) -- Live in the whole let-expression
-- Mustn't overwrite these stack slots
--
*
Doesn't
*
include binders of the let(rec).
--
_
Doesn't
_
include binders of the let(rec).
(GenStgLiveVars occ) -- Live in the right hand sides (only)
-- These are the ones which must be saved on
-- the stack if they aren't there already
--
*
Does
*
include binders of the let(rec) if recursive.
--
_
Does
_
include binders of the let(rec) if recursive.
(GenStgBinding bndr occ) -- right hand sides (see below)
(GenStgExpr bndr occ) -- body
...
...
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