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
In the spirit of FoldCat as discussed in #230, let all BinaryValueExpressions accept a single operand and then fold all the results of evaluating it using itself as a reducer. This has been specifically implemented for Cat but can be generalized. For example, Add would become Sum.
The text was updated successfully, but these errors were encountered:
In the spirit of
FoldCat
as discussed in #230, let allBinaryValueExpression
s accept a single operand and then fold all the results of evaluating it using itself as a reducer. This has been specifically implemented forCat
but can be generalized. For example,Add
would becomeSum
.The text was updated successfully, but these errors were encountered: