@hackage / NestedFunctor

Nested composition of functors with a type index tracking nesting.

Latest0.2.0.2

About

Metadata

  • Last updated , by kwf
  • License BSD-3-Clause
  • Maintained by: kenneth.foner@gmail.com

  • Lottery factor: 0

Links

Installation

Readme

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.