@hackage NestedFunctor0.2.0.2
Nested composition of functors with a type index tracking nesting.
Categories
License
BSD-3-Clause
Maintainer
kenneth.foner@gmail.com
Links
- Homepage
- Documentation
- No source repository
- Security
Versions
Installation
Dependencies (3)
- base >=4.7 && <4.8
- comonad >=4.2 && <4.3
- distributive >=0.4 && <0.5 Show all…
Dependents (2)
@hackage/ComonadSheet, @hackage/acme-everything
This package implements something akin to Data.Compose, but with a type index that tracks the order in which things are nested. This makes it possible to write code using polymorphic recursion over the levels of the structure contained in a Nested value.