indexed-traversable-instances

More instances of FunctorWithIndex, FoldableWithIndex, TraversableWithIndex

Version on this page:0.1.2
LTS Haskell 23.3:0.1.2@rev:1
Stackage Nightly 2025-01-08:0.1.2@rev:1
Latest on Hackage:0.1.2@rev:1

See all snapshots indexed-traversable-instances appears in

BSD-2-Clause licensed by Edward Kmett
Maintained by Oleg Grenrus
This version can be pinned in stack with:indexed-traversable-instances-0.1.2@sha256:92fb057db6e5bbd4d35029877909b73ae47c8db1072e98d66334c03ac92bac0c,2364

Module documentation for 0.1.2

This package provides extra instances for type-classes in the indexed-traversable package.

The intention is to keep this package minimal; it provides instances that formely existed in lens or optics-extra. We recommend putting other instances directly into their defining packages. The indexed-traversable package is light, having only GHC boot libraries as its dependencies.

Changes

0.1.2 [2024-05-dd]

  • Drop support for GHCs prior 8.6.5

0.1.1 [2021-10-30]

  • Add Solo instances

0.1 [2020-12-15]

  • Split out and combine this package functionality from lens and optics