Helper functions for backend code generators #
Return true iff b
is of the form let x := g ys; ret x
Equations
Instances For
Equations
- Lean.IR.usesModuleFrom env modulePrefix = env.allImportedModuleNames.toList.any fun (modName : Lean.Name) => modulePrefix.isPrefixOf modName
Instances For
@[reducible, inline]
Instances For
@[inline]
Instances For
Equations
Instances For
Equations
Instances For
Equations
Instances For
@[reducible, inline]
Instances For
@[reducible, inline]
Instances For
@[reducible, inline]
Equations
Instances For
collectFnBody
assumes the variables in
Return a pair (v, j)
, where v
is a mapping from variable/parameter to type,
and j
is a mapping from join point to parameters.
This function assumes d
has normalized indexes (see normids.lean
).