• Wraps the value as a computation which does nothing.

    Type Parameters

    • M

    Parameters

    • pure: Pure<M>

      A Pure instance for M.

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

    The computation that does nothing.

      • <S, A>(a): StateT<S, M, A>
      • Type Parameters

        • S

        • A

        Parameters

        • a: A

        Returns StateT<S, M, A>

Generated using TypeDoc