2.14.0
New Feature
- add
flatMaptoEitherIOEitherReaderReaderEitherReaderIOReaderTaskReaderTaskEitherStateReaderTaskEitherTaskEitherNonEmptyArrayReadonlyNonEmptyArrayTreeArrayIdentityIOIOOptionOptionReadonlyArrayStateTaskTaskOption
the gist is:
- you can replace
chain/chainWwithflatMap - you can call
flatMapin 2 ways:pipe(ma, flatMap(f))(data-last, aka pipeable) orflatMap(ma, f)(data-first)