| Stability | Portability : |
|---|---|
| Maintainer | Trevor Elliott <trevor@geekgateway.com> |
Network.OpenID.Association.Map
Description
- newtype AssociationMap = AM (Map String (UTCTime, Association))
- emptyAssociationMap :: AssociationMap
Documentation
newtype AssociationMap Source
A simple association manager based on Data.Map
Constructors
| AM (Map String (UTCTime, Association)) |
emptyAssociationMap :: AssociationMapSource
An empty association map.