SumPartial
Partial application of the Sum type constructor, omitting the last parameter.
-
Declaration
Swift
public static func extract<A>(_ fa: SumOf<F, G, A>) -> A
Partial application of the Sum type constructor, omitting the last parameter.
Swift
public static func extract<A>(_ fa: SumOf<F, G, A>) -> A