The latest version of ixset-typed is 0.5.1.0-1.

ixset-typed

Version 0.4.0.1 revision 0 uploaded by AndresLoeh.

Package meta

Synopsis
Efficient relational queries on Haskell sets.
Description

This Haskell package provides a data structure of sets that are indexed by potentially multiple indices.

Sets can be created, modified, and queried in various ways.

The package is a variant of the ixset package. The ixset package makes use of run-time type information to find a suitable index on a query, resulting in possible run-time errors when no suitable index exists. In ixset-typed, the types of all indices available or tracked in the type system. Thus, ixset-typed should be safer to use than ixset, but in turn requires more GHC extensions.

At the moment, the two packages are relatively compatible. As a consequence of the more precise types, a few manual tweaks are necessary when switching from one to the other, but the interface is mostly the same.

Author
Andres Löh, Happstack team, HAppS LLC
Bug reports
n/a
Category
Data Structures
Copyright
n/a
Homepage
n/a
Maintainer
Andres Löh <andres@well-typed.com>
Package URL
n/a
Stability
n/a

Components