Safe Haskell | Safe |
---|---|
Language | Haskell98 |
Control.Monad.Sequence
Contents
The Sequence
monad transformer.
Parameterizable Sequence
monad, with an inner monad. The semantics of
SeqT
are comparable to that of ListT
.
Note: Like the ListT monad, this does not yield a monad unless the argument monad is commutative.