reified-records

Reify records to Maps and back again

http://bitbucket.org/jozefg/reified-records

Latest on Hackage:0.2.2

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

MIT licensed by Danny Gratzer
Maintained by [email protected]

This package provides a series of functions to do introspect records and allow records to be manipulated dynamically as Maps. Currently this works using Data.Data however in future this will likely change to GHC.Generics and allow more user hooks into how types are reified and reflected.