You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
doc: fix stale references in do elaborator docs (#14026)
This PR fixes doc typos and stale references in the `do` elaborator and
parser: the `CodeLiveness.deadSyntactically` docstring describes
syntactically dead code, the `Context.doBlockResultType` docstring
references `ReturnCont.resultType`, `ControlInfo` comments reference the
`returnsEarly` field, the `DoElemContKind` docstring drops a stale
remark about `pure` continuations, the `doElem_control_info` docstring
markup is repaired, the `ControlInfo.pure`/`sequence`/`alternative`
docstrings are rewritten in the style of `ControlInfo.empty`, the
`EffectForwarder.lift` docstring references
`ControlStack.mkBreak`/`mkContinue`/`mkReturn`, and grammar typos in
`withLCtxKeepingMutVarDefs`, `expandToTermMatch` and the `doFor`/`idbg`
parser docstrings are fixed.
0 commit comments