generics-sop

Generic Programming using True Sums of Products

Version on this page:0.1.1.2
LTS Haskell 22.14:0.5.1.3
Stackage Nightly 2024-03-28: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.1.2@sha256:aa8f54c55e1a3fc41895fcd50eb6fa2b9ebcfb54211af63f687d5377ee550a73,3602
Used by 2 packages in nightly-2015-06-14(full list with versions):

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: