• Generates a new Cofree from the co-iteration and seed wrapped with comonad W.

    Type Parameters

    • W

    • F

    Parameters

    • comonad: Comonad<W>

      The instance of Comonad for W.

    • functor: Functor<F>

      The instance of Functor for F.

    Returns (<A>(psi) => ((a) => Cofree<F, A>))

    The new instance.

Generated using TypeDoc