@hackage / mono-traversable-keys

Type-classes for interacting with monomorphic containers with a key

Latest0.3.0

About

Metadata

  • Last updated , by recursion_ninja
  • License BSD-3-Clause
  • Categories Data Structures
  • Maintained by: hackage@recursion.ninja

  • Lottery factor: 0

Links

Installation

Tested Compilers

  1. 9.6.1
  2. 9.4.5
  3. 9.2.1
  4. 9.0.1
  5. 8.10.7
  6. 8.8.4
  7. 8.6.5
  8. 8.4.4
  9. 8.2.2
  10. 8.0.2
  11. 7.10.3

Readme

Type-classes for interacting with monomorphic containers with a key

Build Status License FreeBSD Hackage Stackage Nightly Stackage LTS

Provides type-classes for interacting with monomorphic containers in the following ways:

  • zipping
  • adjusting an element at a key
  • safe indexing with a key
  • unsafe indexing with a key
  • mapping with a key
  • folding with a key
  • traversing with a key
  • zipping with a key

This package is the extension of two other popular libraries, mono-traversable and keys, designed to provided the functionality of the keys package to the monomorphic containers enhanced by the mono-traversable package.