FastPush-0.1.0.3: A monad and monad transformer for pushing things onto a stack very fast.
Control.Monad.Push.Class
class Monad m => MonadPush a m where Source #
Minimal complete definition
push
Methods
push :: a -> m () Source #
Push an item onto the stack
Instances
push :: p -> Push v p () Source #
push :: p -> PushT v p m () Source #