Copyright | (c) Trevor Elliott 2008 |
---|---|
License | BSD3 |
Maintainer | Trevor Elliott <trevor@geekgateway.com> |
Stability | Portability : |
Safe Haskell | None |
Language | Haskell98 |
- newtype AssociationMap = AM (Map String (UTCTime, Association))
- emptyAssociationMap :: AssociationMap
Documentation
newtype AssociationMap Source #
A simple association manager based on Data.Map
AM (Map String (UTCTime, Association)) |
emptyAssociationMap :: AssociationMap Source #
An empty association map.