monoid-subclasses-0.3.3: Subclasses of Monoid

Safe HaskellNone

Data.Monoid.Instances.ByteString.UTF8

Description

This module defines the ByteStringUTF8 newtype wrapper around ByteString, together with its TextualMonoid instance.

Synopsis

Documentation

decode :: ByteString -> (ByteStringUTF8, ByteString)Source

Takes a raw ByteString chunk and returns a pair of ByteStringUTF8 decoding the prefix of the chunk and the remaining suffix that is either null or contains the incomplete last character of the chunk.