registry

data structure for assembling "components"

Version on this page:0.1.1.2
LTS Haskell 24.25:0.6.3.3
Stackage Nightly 2025-12-26:0.6.3.3
Latest on Hackage:0.6.3.3

See all snapshots registry appears in

This library provides a Registry which is a data structure containing a list of functions and values representing dependencies in a directed acyclic graph. A make function can then be used to create a value of a specific type out of the registry. You can start with the README for a full description of the library.