Safe Haskell | None |
---|
Abstraction for different kinds of builders.
Note that whenever a character encoding is used, it will be UTF8. For different behavior, please use the underlying library.
- type TextBuilder = Builder
- type BlazeBuilder = Builder
- class Monoid builder => Builder builder lazy | builder -> lazy, lazy -> builder where
- builderToLazy :: builder -> lazy
- flushBuilder :: builder
- class ToBuilder value builder where
- toBuilder :: value -> builder
- textToBuilder :: ToBuilder Text builder => Text -> builder
Documentation
type TextBuilder = BuilderSource
Since 0.1.0.0
type BlazeBuilder = BuilderSource
Since 0.1.0.0
class Monoid builder => Builder builder lazy | builder -> lazy, lazy -> builder whereSource
Since 0.1.0.0
class ToBuilder value builder whereSource
Since 0.1.0.0
textToBuilder :: ToBuilder Text builder => Text -> builderSource
Provided for type disambiguation in the presence of OverloadedStrings.
Since 0.1.0.0