Copyright | (c) A.V.H. McPhail 2011 |
---|---|
License | BSD3 |
Maintainer | Vivian McPhail <haskell.vivian.mcphail@gmail.com> |
Stability | provisional |
Safe Haskell | None |
Language | Haskell98 |
A buffer that can be used as a vector
Documentation
pushNextElement :: Buffer a -> a -> IO () Source
add the next element to the buffer
mapBufferM_ :: (a -> IO b) -> Buffer a -> IO () Source
monadic map over a buffer