@hackage rle0.1.0.1
A data type of run-length-encoded lists
Categories
License
Apache-2.0
Maintainer
Andrew Pritchard <awpritchard@gmail.com>
Links
Versions
Provides an RLE type that stores a sequence of elements in the form of
length/value pairs, stored in a normal form with no adjacent runs of equal
values.