Popularity
2.5
Growing
Activity
0.0
Stable
1
3
1

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

projection alternatives and similar packages

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

Do you think we are missing an alternative of projection or a related project?

Add another 'Generics' Package

README

Projection

This package implements a projection function for arbitrarily nested binary product types. The implementation is based on closed type families and follows the approach described in the paper Composing and Decomposing Data Types (Workshop on Generic Programming, 2014).