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

    Variable ordConst

    ord: <F, A>(
        { orderA, orderFA, }: {
            orderA: TypeClass.Ord.Ord<A>;
            orderFA: <T>(order: TypeClass.Ord.Ord<T>) => TypeClass.Ord.Ord<Get1<F, T>>;
        },
    ) => TypeClass.Ord.Ord<Cofree.Cofree<F, A>> = ...

    Type Declaration