• Maps the function f onto Reader<R, _>.

    Type Parameters

    • T

    • U

    Parameters

    • f: ((t) => U)

      The mapper of computation.

        • (t): U
        • Parameters

          • t: T

          Returns U

    Returns (<R>(r) => Reader<R, U>)

    The mapped function.

Generated using TypeDoc