Description
A Haskell library for generating unique identifiers efficiently in concurrent programs while exposing a pure API. It helps code assign fresh IDs without centralizing all work in one bottleneck.
Developers use it in compilers, graph algorithms, caches, and systems that create many internal names. Identifier uniqueness should be scoped clearly so values are not mistaken for stable external IDs.