• Maps the result of computation with f.

    Type Parameters

    • T

    • U

    Parameters

    • f: ((t) => U)

      The function to map the result.

        • (t): U
        • Parameters

          • t: T

          Returns U

    Returns (<W>(w) => Writer<W, U>)

    The mapped computation.

Generated using TypeDoc