Skip to content

streamExtend flattens (iterates over values) #295

@richytong

Description

@richytong

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    breakingneeds to be released in a majorquestionFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions