@mikuroxina/mini-fn
    Preparing search index...

    Interface Prod<F, G>

    Lifted version of [A, B].

    interface Prod<F, G> {
        arg1: unknown;
        repType: Prod<F, G>;
        type: [
            left: Instance<Apply1<F, unknown>>,
            right: Instance<Apply1<G, unknown>>,
        ];
    }

    Type Parameters

    • F
    • G

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    arg1: unknown
    repType: Prod<F, G>
    type: [left: Instance<Apply1<F, unknown>>, right: Instance<Apply1<G, unknown>>]