@hackage ixset-typed0.1.2
Efficient relational queries on Haskell sets.
Categories
License
BSD-3-Clause
Maintainer
Andres Löh <andres@well-typed.com>
Links
Versions
Installation
Dependencies (5)
- base >=4.6 && <4.9
- containers >=0.5 && <1
- safecopy >=0.8 && <1
- syb >=0.4 && <1
- template-haskell >=2.8 && <3 Show all…
Dependents (14)
@hackage/hopenpgp-tools, @hackage/hermes, @hackage/happstack-authenticate, @hackage/ixset-typed-conversions, @hackage/ixset-typed-hashable-instance, @hackage/acme-everything, Show all…
Create and query sets that are indexed by multiple indices.
This is a variant of the ixset package that tracks the index information via the type system. It should be safer to use than ixset, but also requires more GHC extensions.
The two packages are currently relatively compatible. Switching from one to the other requires a little bit of manual work, but not very much.