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

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

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.6), array (>=0.5.1 && <0.6), base (>=4.5 && <5), deepseq (>=1.1 && <1.5), mono-traversable (>=1.0.12 && <1.1), vector (>=0.11 && <0.13) [details]
License BSD-3-Clause
Author Joshua Booth <joshua.n.booth@gmail.com>
Maintainer Joshua Booth <joshua.n.booth@gmail.com>
Revised Revision 3 made by jnbooth at 2021-02-03T00:46:48Z
Category Data, Data Structures, Foreign
Home page https://github.com/jnbooth/bitwise-enum
Bug tracker https://github.com/jnbooth/bitwise-enum/issues
Source repo head: git clone https://github.com/jnbooth/bitwise-enum
Uploaded by jnbooth at 2021-01-06T20:21:48Z
Distributions LTSHaskell:1.0.1.2, NixOS:1.0.1.2, Stackage:1.0.1.2
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 2433 total (42 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2021-01-06 [all 1 reports]

Readme for bitwise-enum-1.0.0.3

[back to package description]

bitwise-enum

Bitwise operations on bounded enumerations.