• Extracts the value on the current position of the store with comonad W.

    Type Parameters

    • W

    Parameters

    • comonad: Comonad<W>

      The instance of Comonad for W.

    Returns (<S, A>(__namedParameters) => A)

    The value on the current position.

      • <S, A>(__namedParameters): A
      • Type Parameters

        • S

        • A

        Parameters

        • __namedParameters: StoreT<S, W, A>

        Returns A

Generated using TypeDoc