diff --git a/bv-little.cabal b/bv-little.cabal index c746b66..2a20030 100644 --- a/bv-little.cabal +++ b/bv-little.cabal @@ -1,5 +1,5 @@ name: bv-little -version: 0.1.2 +version: 1.0.0 synopsis: Efficient little-endian bit vector library category: Data, Bit Vectors license: BSD3 diff --git a/src/Data/BitVector/LittleEndian.hs b/src/Data/BitVector/LittleEndian.hs index 3c14989..f351af0 100644 --- a/src/Data/BitVector/LittleEndian.hs +++ b/src/Data/BitVector/LittleEndian.hs @@ -22,8 +22,15 @@ -- * 'FiniteBits' -- * 'Semigroup' -- * 'Monoid' +-- * 'MonoAdjustable' +-- * 'MonoIndexable' +-- * 'MonoKeyed' +-- * 'MonoLookup' -- * 'MonoFoldable' +-- * 'MonoFoldableWithKey' -- * 'MonoTraversable' +-- * 'MonoTraversableWithKey' +-- * 'MonoZipWithKey' -- -- For an implementation of bit vectors which are isomorphic to a @[Bool]@ with the /most/ -- significant bit at the head of the list and the /least/ significant bit at the