Popularity
6.3
Growing
Activity
0.0
Stable
10
3
7

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

compdata-param alternatives and similar packages

Based on the "compdata" category.
Alternatively, view compdata-param alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of compdata-param or a related project?

Add another 'compdata' Package

README

Parametric Compositional Data Types Build Status

Based on Wouter Swierstra's Functional Pearl Data types a la carte (Journal of Functional Programming, 18(4):423-436, 2008), this package provides a framework for defining recursive data types in a compositional manner with support for binders.

This package implemements parametric compositional data types (Workshop on Mathematically Structured Functional Programming, 3-24, 2012), generalising compositional data types (as implemented in the compdata package) with support for parametric higher-order abstract syntax (PHOAS).

Examples of using parametric compositional data types are bundled with the package in the folder [examples](examples/).