• Applies the function to the value over StoreT.

    Type Parameters

    • S

    • W

    Parameters

    • monoid: Monoid<S>

      The instance of Monoid for S.

    • app: Apply<W>

      The instance of Apply for W.

    Returns (<A, B>(fn) => ((store) => StoreT<S, W, B>))

    The applied store.

      • <A, B>(fn): ((store) => StoreT<S, W, B>)
      • Type Parameters

        • A

        • B

        Parameters

        Returns ((store) => StoreT<S, W, B>)

Generated using TypeDoc