bimap-many: Bidirectional many-to-many mapping between two key types

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 data structure representing a bidirectional mapping between two key types. Each key in the bimap is associated with at least one of the opposite type. Finally, each pair of keys is associated with a value type.

Documentation links on Hackage may not appear due to backpack, so here's a link to the indefinite module: Data.BimapMany.


[Skip to Readme]

Properties

Versions 0.1.0.0
Change log CHANGELOG.md
Dependencies base (>=4.13.0.0 && <4.14 || >=4.14.1.0 && <4.15 || >=4.15.0.0 && <4.16), bimap-many, containers (>=0.6.2 && <0.7), deepseq (>=1.4.4 && <1.5) [details]
License BSD-3-Clause
Copyright 2021 Francesco Gazzetta
Author Francesco Gazzetta
Maintainer Francesco Gazzetta <fgaz@fgaz.me>
Category Data
Home page https://sr.ht/~fgaz/bimap-many
Source repo head: git clone https://git.sr.ht/~fgaz/bimap-many
Uploaded by fgaz at 2021-10-28T15:08:43Z

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


Readme for bimap-many-0.1.0.0

[back to package description]

bimap-many

A data structure representing a bidirectional mapping between two key types. Each key in the bimap is associated with at least one of the opposite type. Finally, each pair of keys is associated with a value type.

Contributing

Tickets go in the bimap-many tracker, patches and discussions in my public-inbox mailing list or on the GitHub mirror as PRs.