strengthL<B> method

  1. @override
StateT<F, S, Tuple2<B, A>> strengthL<B>(
  1. B b
)
override

Implementation

@override StateT<F, S, Tuple2<B, A>> strengthL<B>(B b) => map((a) => tuple2(b, a));