-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Labels
breakingneeds to be released in a majorneeds to be released in a majorquestionFurther information is requestedFurther information is requested
Description
currently does not flatten
Update transform docs as well to this
* If the semigroup is an object with a `.write` method, concatenation is defined as:
* ```javascript
* nextAccumulator = accumulator
* for (const value of values) {
* accumulator.write(value)
* }
* ```
Update: flatten could be implicit
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
breakingneeds to be released in a majorneeds to be released in a majorquestionFurther information is requestedFurther information is requested