• Lifts the value a into a partial application of functor.map. It is the natural isomorphism to Yoneda<F, _>.

    Type Parameters

    • F

    Parameters

    • functor: Functor<F>

      The instance of Functor for F.

    Returns (<A>(a) => Yoneda<F, A>)

    The partial application of functor.map.

Generated using TypeDoc