- flipped the argument order for
Co.lookup
to be consistent between both flavors of RAList apis
- changed type from
lookupM :: forall (m :: * -> *) a. Monad m => Word64 -> Top a -> m a
tolookupM :: forall a. Word64 -> Top a -> Either String a
- added
Data.RAList.Flip
, which flips the counting by having the zeroth index be the last element of the skew binary list, rather than the head element.
Fix bug in log n time drop
Added missing traversable instance
updated version of ralist includes bug fixes, api cleanup, test suite and logarithmic drop contributed by Nell White