Popularity
9.5
Declining
Activity
3.9
-
156
14
48

Monthly Downloads: 283
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: Generics    
Latest version: v0.5.1.0

generics-sop alternatives and similar packages

Based on the "Generics" category.
Alternatively, view generics-sop alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of generics-sop or a related project?

Add another 'Generics' Package

README

sop-core and generics-sop

Build Status Hackage

generics-sop is 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.

Since version 0.4.0.0, generics-sop is now based on sop-core. The core package contains all the functionality of n-ary sums and products, whereas generics-sop provides the datatype-generic programming support on top.

This is the development repository for the packages. For releases, look on Hackage.

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

Examples of using generics-sop are provided by the following packages:

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