• Maps and flattens the computation by fn over StateT<S, M, _>.

    Type Parameters

    • M

    Parameters

    • flatMap: FlatMap<M>

      A FlatMap instance for M.

    Returns (<S, A, B>(fn) => ((s) => StateT<S, M, B>))

    The mapped and flattened computation.

      • <S, A, B>(fn): ((s) => StateT<S, M, B>)
      • Type Parameters

        • S

        • A

        • B

        Parameters

        Returns ((s) => StateT<S, M, B>)

Generated using TypeDoc