mono-traversable-keys: Type-classes for interacting with monomorphic containers with a key

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

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


[Skip to Readme]

Properties

Versions 0.1.0, 0.2.0, 0.2.0, 0.3.0
Change log CHANGELOG.md
Dependencies base (>=4.5 && <5.0), bytestring (>=0.9 && <1.0), containers (>=0.3 && <0.7), hashable (>=1.2 && <2.0), keys (>=3 && <4.0), mono-traversable (>=1 && <2.0), semigroups (>=0.8.3.1 && <1.0), text (>=0.11 && <2.0), transformers (>=0.2 && <1.0), unordered-containers (>=0.2.4 && <1.0), vector (>=0.10 && <1.0), vector-instances (>=3.4 && <4.0) [details]
License BSD-3-Clause
Copyright (c) Alex Washburn 2019
Author Alex Washburn
Maintainer hackage@recursion.ninja
Category Containers, Data, Data Structures
Home page https://github.com/recursion-ninja/mono-traversable-keys#readme
Bug tracker https://github.com/recursion-ninja/mono-traversable-keys/issues
Source repo head: git clone https://github.com/recursion-ninja/mono-traversable-keys
Uploaded by recursion_ninja at 2021-11-10T17:58:28Z

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


Readme for mono-traversable-keys-0.2.0

[back to package description]

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:

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.