effect-tree
    Preparing search index...

    Variable reduceConst

    reduce: FO.Foldable<TreeTypeLambda>["reduce"] = ...

    Reduce a tree to a value of type B by applying the given reducer repeatedly over each element and the previous result of the reducer.

    The tree type.

    The tree being reduced.

    The initial value will appear as the previous value in the first iteration of the reducer.

    • Reduced value of the same type as the given initial value.