• Maps and flattens the result of computation with f.

    Type Parameters

    • W

    Parameters

    • semi: SemiGroup<W>

      The instance of SemiGroup for W.

    Returns (<T, U>(fn) => ((t) => Writer<W, U>))

    The mapped and flattened computation.

Generated using TypeDoc