• Creates a new Cofree from the comonad F.

    Type Parameters

    • F

    Parameters

    • comonad: Comonad<F>

      The instance of Comonad for F.

    Returns (<A>(as) => Cofree<F, A>)

    The new instance.

      • <A>(as): Cofree<F, A>
      • Type Parameters

        • A

        Parameters

        Returns Cofree<F, A>

Generated using TypeDoc