Safe Haskell | None |
---|---|
Language | Haskell2010 |
A thing for storing the last N things with IDs
Documentation
data BoundedStore a Source #
Instances
empty :: Int -> BoundedStore a Source #
addItem :: HasID' a => a -> BoundedStore a -> BoundedStore a Source #
dropItem :: Snowflake a -> BoundedStore a -> BoundedStore a Source #