• Flattens the nested computation. It is equivalent to flatMapT(m)((s) => s)(ss).

    Type Parameters

    • M

    Parameters

    • m: FlatMap<M>

      A FlatMap instance for M.

    Returns (<S, A>(ss) => StateT<S, M, A>)

    The flattened computation.

Generated using TypeDoc