Module

Data.Traversable.Accum.Internal

#StateL

newtype StateL s a

Constructors

Instances

#stateL

stateL :: forall s a. StateL s a -> s -> Accum s a

#StateR

newtype StateR s a

Constructors

Instances

#stateR

stateR :: forall s a. StateR s a -> s -> Accum s a

Modules