Description
Provides typed indexed sets for efficient relational-style queries in Haskell. Code can store records with indexes and query them by selected fields without using a full database.
This is useful for in-memory data models, caches, application state, and tools that need fast structured lookups. It is a programming library and not a database application.