• Maps the yoneda with mapper.

    Type Parameters

    • A

    • B

    Parameters

    • mapper: ((a) => B)

      The function to map from A.

        • (a): B
        • Parameters

          • a: A

          Returns B

    Returns (<F>(y) => Yoneda<F, B>)

    The mapped yoneda

Generated using TypeDoc