Name: | ghc-data-reify |
---|---|
Version: | 0.6.3 |
Release: | 15.el10_0 |
Architecture: | x86_64 |
Group: | Unspecified |
Size: | 45981 |
License: | BSD-3-Clause |
RPM: | ghc-data-reify-0.6.3-15.el10_0.x86_64.rpm |
Source RPM: | ghc-data-reify-0.6.3-15.el10_0.src.rpm |
Build Date: | Tue May 20 2025 |
Build Host: | build-ol10-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | https://hackage.haskell.org/package/data-reify |
Summary: | Reify a recursive data structure into an explicit graph |
Description: | '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. |