Popularity
2.6
Growing
Activity
0.0
Stable
1
3
1
Monthly Downloads: 0
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.
-
Capabilities
A Haskell library providing separation of effects on the type level, effectively splitting up the monolithic IO-monad into more limited capabilities. -
xformat
Extensible, typed, scanf- and printf-like functions for formatted reading and showing in Haskell
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
Promo
www.influxdata.com

Do you think we are missing an alternative of projection or a related project?
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).