./devel/hs-th-reify-many, Recurseively reify template haskell datatype info

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.1.10, Package name: hs-th-reify-many-0.1.10, Maintainer: pkgsrc-users

th-reify-many provides functions for recursively reifying top level
declarations. The main intended use case is for enumerating the names of
datatypes reachable from an initial datatype, and passing these names to
some function which generates instances.


Master sites:

Filesize: 5.688 KB

Version history: (Expand)


CVS history: (Expand)


   2025-03-07 17:46:16 by Masatake Daimon | Files touched by this commit (5)
Log message:
devel/hs-th-reify-many: import hs-th-reify-many-0.1.10

th-reify-many provides functions for recursively reifying top level
declarations. The main intended use case is for enumerating the names of
datatypes reachable from an initial datatype, and passing these names to
some function which generates instances.