haskell-data-reify 0.6.3-2 source package in Ubuntu

Changelog

haskell-data-reify (0.6.3-2) unstable; urgency=medium

  * Post-NEW source-only upload

 -- Scott Talbert <email address hidden>  Sat, 30 Jul 2022 20:52:04 -0400

Upload details

Uploaded by:
Debian Haskell Group
Uploaded to:
Sid
Original maintainer:
Debian Haskell Group
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
haskell-data-reify_0.6.3-2.dsc 2.6 KiB 00bdc63a458ff0658dc1b5fad93ee72c32c490da8f82db9734a75c4057cb2f76
haskell-data-reify_0.6.3.orig.tar.gz 8.8 KiB a5c05440d75a88ab79ddb6b53905dc3cb8190f6e405d5e101036d89e685c4ce9
haskell-data-reify_0.6.3-2.debian.tar.xz 2.5 KiB 991907f0ef52e16ae1f41572ffcb979d4e3cc18ee091b13e07bba2609bc3126c

Available diffs

No changes file available.

Binary packages built by this source

libghc-data-reify-dev: No summary available for libghc-data-reify-dev in ubuntu kinetic.

No description available for libghc-data-reify-dev in ubuntu kinetic.

libghc-data-reify-doc: No summary available for libghc-data-reify-doc in ubuntu kinetic.

No description available for libghc-data-reify-doc in ubuntu kinetic.

libghc-data-reify-prof: Reify a recursive data structure into an explicit graph.; profiling libraries

 '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.
 .
 &#169; 2009 Andy Gill; BSD3 license.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling. See http://www.haskell.org/ for more information on Haskell.