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

    Type Alias Conjoined<P>

    Conjoined: TypeClass.Choice.Choice<P> & Corepresentable<P> & TypeClass.Comonad.Comonad<
        Corep<P>,
    > & {
        distribute: <F>(
            f: TypeClass.Functor.Functor<F>,
        ) => <A, B>(pab: Get2<P, A, B>) => Get2<P, Get1<F, A>, Get1<F, B>>;
    }

    Type Parameters

    • P