generics-sop

Generic Programming using True Sums of Products

Version on this page:0.1.0.3
LTS Haskell 22.18:0.5.1.3
Stackage Nightly 2024-04-25:0.5.1.4
Latest on Hackage:0.5.1.4

See all snapshots generics-sop appears in

BSD-3-Clause licensed by Edsko de Vries, Andres Löh
Maintained by [email protected]
This version can be pinned in stack with:generics-sop-0.1.0.3@sha256:d330d4f16374c1463baef4052b7d1bf5fc154b316de39df63718b498a129a9dc,3567

Module documentation for 0.1.0.3

  • Generics
    • Generics.SOP
      • Generics.SOP.BasicFunctors
      • Generics.SOP.Classes
      • Generics.SOP.Constraint
      • Generics.SOP.GGP
      • Generics.SOP.Instances
      • Generics.SOP.Metadata
      • Generics.SOP.NP
      • Generics.SOP.NS
      • Generics.SOP.Sing
      • Generics.SOP.TH
      • Generics.SOP.Universe

A library to support the definition of generic functions. Datatypes are viewed in a uniform, structured way: the choice between constructors is represented using an n-ary sum, and the arguments of each constructor are represented using an n-ary product.

The module Generics.SOP is the main module of this library and contains more detailed documentation.

Examples of using this library are provided by the following packages:

A detailed description of the ideas behind this library is provided by the paper: