group package:pipes-bytestring
Like
groupBy, where the equality predicate is (
==)
Improper lens that splits after the first group of matching bytes, as
defined by the given equality predicate
Like
groupsBy, where the equality predicate is (
==)
Isomorphism between a byte stream and groups of identical bytes using
the supplied equality predicate