strengthL<A, B> method

F strengthL<A, B>(
  1. F fa,
  2. B b
)

Implementation

F strengthL<A, B>(F fa, B b) => map(fa, (a) => tuple2(b, a));