Functions§
- Populates
counts
with the number of uses of each local identifier inexpr
. - Logic mapped across each use of a
LocalId
. - Visit
LetRec
stages and determine and update type information forGet
nodes.
counts
with the number of uses of each local identifier in expr
.LocalId
.LetRec
stages and determine and update type information for Get
nodes.