Popularity
2.8
Growing
Activity
1.3
Growing
2
3
1

Monthly Downloads: 19
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: Data     Data Structures     Containers     DevOps    
Latest version: v1.0._

mono-traversable-keys alternatives and similar packages

Based on the "Containers" category.
Alternatively, view mono-traversable-keys alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of mono-traversable-keys or a related project?

Add another 'Containers' Package

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.


*Note that all licence references and agreements mentioned in the mono-traversable-keys README section above are relevant to that project's source code only.