map<D> abstract method

HKT3<G, A, B, D> map<D>(
  1. D f(
    1. C c
    )
)

Implementation

HKT3<G, A, B, D> map<D>(D Function(C c) f);