bitwise-enum: Bitwise operations on bounded enumerations

[ bsd3, data, data-structures, foreign, library ] [ Propose Tags ]

Bitwise operations on bounded enumerations.

Data.Enum.Set
Constant-time sets using bit flags.
Data.Enum.Memo
Constant-time lookup memoization for functions on enumerated types.

[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0.0, 0.1.0.1, 0.1.0.2, 0.1.0.3, 1.0.0, 1.0.0.1, 1.0.0.2, 1.0.0.3, 1.0.1.0, 1.0.1.1, 1.0.1.2 (info)
Dependencies aeson (>=0.11 && <1.4.7), array (>=0.5.1 && <0.5.5), base (>=4.5 && <5), deepseq (>=1.1 && <1.4.5), mono-traversable (>=1.0.12 && <1.0.16), vector (>=0.11 && <0.12.1) [details]
License BSD-3-Clause
Author Joshua Booth <joshua.n.booth@gmail.com>
Maintainer Joshua Booth <joshua.n.booth@gmail.com>
Category Data, Data Structures, Foreign
Home page https://github.com/jnbooth/bitwise-enum#readme
Bug tracker https://github.com/jnbooth/bitwise-enum/issues
Source repo head: git clone https://github.com/jnbooth/bitwise-enum
Uploaded by jnbooth at 2020-01-01T23:44:23Z
Distributions LTSHaskell:1.0.1.2, NixOS:1.0.1.2, Stackage:1.0.1.2
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 2418 total (39 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2020-01-02 [all 1 reports]

Readme for bitwise-enum-0.1.0.3

[back to package description]

bitwise-enum

Bitwise operations on bounded enumerations.