FastPush

Version 0.1.0.3 revision 0 uploaded by wyager.

Package meta

Synopsis
A monad and monad transformer for pushing things onto a stack very fast.
Description

This library gives you a monad that lets you push things onto a stack very quickly. You get things off the stack when you run the monad. Under the hood, this uses mutable vectors. I've also included a monad transformer using the STMonadTrans library that does the same thing as a transformer, but it's probably very unsafe.

Author
Will Yager
Bug reports
n/a
Category
Control
Copyright
n/a
Homepage
https://github.com/wyager/FastPush/
Maintainer
dev@yager.io
Package URL
n/a
Stability
n/a

Components