@hackage reified-records0.1.0.0

Reify records to Maps and back again

This package provides a pair of functions reify and reflect to 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. This package is meant to be a useful tool in writing serialization libraries for JSON and similar.