You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#1889 introduced a notion of an abstract closure, but we still pass algorithm steps around directly as an argument to CreateBuiltInFunction. It would be nice to replace those with abstract closures too. Plus, the inline style for abstract closures is probably more readable - this would resolve #933.
The text was updated successfully, but these errors were encountered:
#1889 introduced a notion of an abstract closure, but we still pass algorithm steps around directly as an argument to CreateBuiltInFunction. It would be nice to replace those with abstract closures too. Plus, the inline style for abstract closures is probably more readable - this would resolve #933.
The text was updated successfully, but these errors were encountered: