@hackage tagshare0.0
TagShare - explicit sharing with tags
Categories
License
BSD-3-Clause
Maintainer
jonas.duregard@gmail.com
Links
- Documentation
- No source repository
- Security
Versions
- 0.0 Wed, 1 Aug 2012
Installation
Dependencies (3)
- base >=4.5 && <=5
- containers <1
- mtl >=1 && <3 Show all…
Dependents (2)
@hackage/testing-feat, @hackage/acme-everything
TagShare supplies a monad for sharing values based on tags and types. Each tag and type is bound to at most one value in a dynamic map.
The principal use of this package is to ensure that constant class members or other overloaded values are shared.