@hackage NestedFunctor0.2.0.1

Nested composition of functors with a type index tracking nesting.

  • Categories

    • License

      BSD-3-Clause

    • Maintainer

      kenneth.foner@gmail.com

    • Versions

    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.