map<A, B> abstract method

F map<A, B>(
  1. F fa,
  2. B f(
    1. A a
    )
)

Implementation

F map<A, B>(F fa, B f(A a));