create_mapfoldw(size, acc, condition, default)#

Return the expression tree for the higher-order construct for mapfoldw creation.

Parameters:
sizeEX

Number of iterations.

accEX

Number of accumulators.

conditionEX

Initial value of the iteration condition.

defaultEX

Default value of the iteration.

Returns:
ET