indexed-traversable-instances

More instances of FunctorWithIndex, FoldableWithIndex, TraversableWithIndex

Version on this page:0.1
LTS Haskell 22.17:0.1.1.2@rev:2
Stackage Nightly 2024-04-17:0.1.1.2@rev:2
Latest on Hackage:0.1.1.2@rev:2

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@sha256:3aaf97040001bbe583e29c2b9c7d41660df265e6565a0d2ac09a3ed5b8bc21be,2874

Module documentation for 0.1

Used by 1 package in nightly-2021-03-25(full list with versions):

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 [2020-12-15]

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