dclareForMPS icon indicating copy to clipboard operation
dclareForMPS copied to clipboard

Support equality of closures

Open Gattag opened this issue 1 year ago • 0 comments

  • Closure equality
    • Requires the same closure node, two closures with the exact same structure don't match
    • All captured variables must satisfy Object#equals
    • Considerations about capturing non-final variables needs to be considered

Gattag avatar May 18 '23 21:05 Gattag