ghc-bimap 0.5.0
Bidirectional mapping between two key types
This package provides a data structure representing a bidirectional mapping between two key types. Each value in the bimap is associated with exactly one value of the opposite type.
- Outputs:
out
- Website: https://github.com/joelwilliamson/bimap
- Licenses: Modified BSD
- Package source: gnu/packages/haskell-xyz.scm
- Builds: See build status
- Issues: See known issues
Installation
Install ghc-bimap 0.5.0
as follows:
guix install ghc-bimap@0.5.0
Or install the latest version:
guix install ghc-bimap
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.