Skip to content

add virtual to ValFunction.BindAndCopy #185

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;
    }
}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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