streaming-commons-0.1.17: Common lower-level functions needed by various streaming data libraries

Safe HaskellNone
LanguageHaskell98

Data.Streaming.ByteString.Builder.Class

Description

Typeclass to stream blaze-builder and bytestring(-builder) Builders.

Since 0.1.10.0

Synopsis

Documentation

class Monoid b => StreamingBuilder b where

Typeclass to stream blaze-builder (< 0.4) and bytestring(-builder) Builders. This is primarily to aid the transition from blaze-builder to bytestring Builders (if using blaze-builder >= 0.4, there is only one instance, since the Builder type is shared).

Since 0.1.10.0