• Creates a new Cofree from the head and successor.

    Type Parameters

    • A

    Parameters

    • a: A

      The head element.

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

    The new instance.

Generated using TypeDoc