An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

data-reify

'data-reify' provided the ability to turn recursive structures into explicit graphs. Many (implicitly or explicitly) recursive data structure can be given this ability, via a type class instance. This gives an alternative to using Ref for observable sharing. Observable sharing in general is unsafe, so we use the IO monad to bound this effect, but can be used safely even with unsafePerformIO if some simple conditions are met. Typically this package will be used to tie the knot with DSL's that depend of observable sharing, like Lava. Providing an instance for MuRef is the mechanism for allowing a structure to be reified into a graph, and several examples of this are provided. © 2009 Andy Gill; BSD3 license.

Ecosystem
hackage.haskell.org
Latest Release
0.6.4
over 1 year ago
Versions
10
Downloads
16,414 total
Dependent Packages
3
Dependent Repos
159
0.6.4
Published: over 1 year ago
Registry - Download
0.6.3
Published: over 5 years ago
Registry - Download
0.6.2
Published: over 5 years ago
Registry - Download
0.6.1
Published: almost 11 years ago
Registry - Download
0.6
Published: about 15 years ago
Registry - Download
0.5
Published: over 16 years ago
Registry - Download
0.4
Published: almost 17 years ago
Registry - Download
0.3
Published: almost 17 years ago
Registry - Download
0.2
Published: almost 17 years ago
Registry - Download
0.1
Published: almost 17 years ago
Registry - Download
Links
Registry hackage.haskell.org
Source Repository
Homepage Homepage
JSON API View JSON
CodeMeta codemeta.json
Package Details
PURL pkg:hackage/data-reify
spec
License BSD-3-Clause
First Release almost 17 years ago
Last Synced 27 days ago
Rankings on hackage.haskell.org
Overall Top 6.2%
Downloads Top 9.9%
Dependent packages Top 5.6%
Dependent repos Top 3.1%