Documentation

Lean.Compiler.LCNF.PullFunDecls

Local function declaration and join point being pulled.

Instances For
    @[inline]

    The PullM state contains the local function declarations and join points being pulled.

    Equations

    Extract from the state any local function declarations that depends on the given free variable. The idea is that we have to stop pulling these declarations because they depend on fvarId.

    Equations
    • One or more equations did not get rendered due to their size.

    Similar to findFVarDeps. Extract from the state any local function declarations that depends on the given parameters.

    Equations
    • One or more equations did not get rendered due to their size.

    Attach the given array of local function declarations and join points to k.

    Equations
    • One or more equations did not get rendered due to their size.
    Equations
    • One or more equations did not get rendered due to their size.

    Extract from the state any local function declarations that depends on the given free variable, and attach to code k.

    Equations

    Add local function declaration (or join point if isFun = false) to the state.

    Pull local function declarations and join points in code. The state contains the declarations being pulled.

    Pull local function declarations and join points in the given declaration.

    Equations
    • One or more equations did not get rendered due to their size.