BSD-3-Clause licensed by Nemeth Boldizsar
Maintained by [email protected]
This version can be pinned in stack with:classyplate-0.3.2.0@sha256:bfd584e6d0e400a2c8f4252ff9f8c74a71c279e81433e4658ef3d36df7cfab3c,1643

Module documentation for 0.3.2.0

  • Data
    • Data.Generics
      • Data.Generics.ClassyPlate
        • Data.Generics.ClassyPlate.Common
        • Data.Generics.ClassyPlate.Core
        • Data.Generics.ClassyPlate.Generate
        • Data.Generics.ClassyPlate.TH
        • Data.Generics.ClassyPlate.TypePrune

Defining generics that can be used efficiently on heterogenous data structures like syntax trees. Can access elements of multiple types at a single traversal. Non-invasive method don't have to change the representation to use. All boilerplate code can be generated by the supplied Template Haskell functions.

Changes

Revision history for classyplate

0.1.0.0 – YYYY-mm-dd

  • First version. Released on an unsuspecting world.