• Composes the two functors into a new one.

    Type Parameters

    • F

    Parameters

    • f: Functor<F>

      The Functor instance for F.

    Returns (<G>(g) => Functor<ComposeHkt & {
        arg3: F;
    } & {
        arg2: G;
    }>)

    The composed functor.

Generated using TypeDoc