Skip to content

add virtual to ValFunction.BindAndCopy #185

Open
@symful

Description

@symful

It will allow the usage to override the use of bind function to allow the implementation of forever bind (not allowing any new binding to the function for the sake of not losing locals context on whatever uses developers want).

class ValBFunction(Function function, ValMap outerVars) : ValFunction(function, outerVars) {
    public override ValFunction BindAndCopy(ValMap contextVariables) {
        return this;
    }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions