CofreePartial
Partial application of the Cofree type constructor, omitting the last parameter.
-
Declaration
Swift
public static func extract<A>( _ fa: CofreeOf<F, A> ) -> A
Partial application of the Cofree type constructor, omitting the last parameter.
Swift
public static func extract<A>(
_ fa: CofreeOf<F, A>
) -> A