CokleisliPartial
public final class CokleisliPartial<F, I> : Kind2<ForCokleisli, F, I>
Partial application of the Cokleisli type constructor, omitting the last parameter.
-
Declaration
Swift
public static func map<A, B>( _ fa: CokleisliOf<F, I, A>, _ f: @escaping (A) -> B) -> CokleisliOf<F, I, B>