Flattens the nested computation. It is equivalent to flatMapT(m)((s) => s)(ss).
flatMapT(m)((s) => s)(ss)
A FlatMap instance for M.
FlatMap
M
The flattened computation.
Generated using TypeDoc
Flattens the nested computation. It is equivalent to
flatMapT(m)((s) => s)(ss)
.