• Lifts the natural transformation from F to G on Coyoneda.

    Type Parameters

    • F

    • G

    Parameters

    • nat: (<A>(fa) => Get1<G, A>)

      The natural transformation to be lifted.

        • <A>(fa): Get1<G, A>
        • Type Parameters

          • A

          Parameters

          Returns Get1<G, A>

    Returns (<A>(coy) => Coyoneda<G, A>)

    The lifted transformation.

Generated using TypeDoc