• Maps the function into an function on Coyoneda.

    Type Parameters

    • T

    • U

    Parameters

    • fn: ((t) => U)

      The function from T to U.

        • (t): U
        • Parameters

          • t: T

          Returns U

    Returns (<F>(coy) => Coyoneda<F, U>)

    The mapped function.

Generated using TypeDoc