multi-containers: A few multimap variants.

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]

A library that provides a few multimap variants.


[Skip to Readme]

Properties

Versions 0.1.0.0, 0.1.0.1, 0.1.0.2, 0.1.1, 0.1.1, 0.2
Change log ChangeLog.md
Dependencies base (>=4.7 && <5), containers (>=0.5.10.2 && <0.7) [details]
License BSD-3-Clause
Copyright 2019-2020 Ziyang Liu
Author Ziyang Liu <free@cofree.io>
Maintainer Ziyang Liu <free@cofree.io>
Category Data Structures
Home page https://github.com/zliu41/multi-containers#readme
Bug tracker https://github.com/zliu41/multi-containers/issues
Source repo head: git clone https://github.com/zliu41/multi-containers
Uploaded by zliu41 at 2020-02-22T07:09:10Z

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


Readme for multi-containers-0.1.1

[back to package description]

multi-containers

A library that provides three multimap variants:

For Multimap and SetMultimap, there's always at least one value associated with each key in the multimap. Upon removing the last value of a key, the key itself is removed from the multimap.

For Table, similarly, each row key in a table always has at least one value. So does each column key.