@eagleoutice/flowr - v2.13.14
    Preparing search index...

    the ResolveInfo a handler continues to resolve with, plus the node it is asked to fold

    interface BuiltInEvalHandlerArgs {
        blocked?: Set<NodeId>;
        ctx: ReadOnlyFlowrAnalyzerContext;
        environment?: REnvironmentInformation;
        full?: boolean;
        graph?: DataflowGraph<DataflowGraphVertexInfo, DfEdge>;
        idMap?: AstIdMap;
        node: RNodeWithParent;
        resolve: VariableResolve;
    }

    Hierarchy (View Summary)

    Index
    blocked?: Set<NodeId>

    If set, the ids that should not be considered during resolution (=> top)

    Context used for resolving

    The current environment used for name resolution

    full?: boolean

    Whether to track variables

    The graph to resolve in

    idMap?: AstIdMap

    The id map to resolve the node if given as an id

    Variable resolve mode