Copyright | (c) 2011 MailRank Inc. |
---|---|
License | BSD-style |
Maintainer | bos@serpentine.com |
Stability | experimental |
Portability | GHC |
Safe Haskell | None |
Language | Haskell98 |
Data.Text.Buildable
Description
Types that can be rendered to a Builder
.
- class Buildable p where
Documentation
class Buildable p where Source #
The class of types that can be rendered to a Builder
.
Minimal complete definition
Instances
Buildable Bool Source # | |
Buildable Char Source # | |
Buildable Double Source # | |
Buildable Float Source # | |
Buildable Int Source # | |
Buildable Int8 Source # | |
Buildable Int16 Source # | |
Buildable Int32 Source # | |
Buildable Int64 Source # | |
Buildable Integer Source # | |
Buildable Word Source # | |
Buildable Word8 Source # | |
Buildable Word16 Source # | |
Buildable Word32 Source # | |
Buildable Word64 Source # | |
Buildable WordPtr Source # | |
Buildable IntPtr Source # | |
Buildable LocalTime Source # | |
Buildable ZonedTime Source # | |
Buildable TimeOfDay Source # | |
Buildable TimeZone Source # | |
Buildable UTCTime Source # | |
Buildable NominalDiffTime Source # | |
Buildable Day Source # | |
Buildable UniversalTime Source # | |
Buildable DiffTime Source # | |
Buildable Text Source # | |
Buildable Builder Source # | |
Buildable Text Source # | |
Buildable [Char] Source # | |
Buildable a => Buildable (Maybe a) Source # | |
(Integral a, Buildable a) => Buildable (Ratio a) Source # | |
Buildable (Ptr a) Source # | |
Show a => Buildable (Shown a) Source # | |
Integral a => Buildable (Hex a) Source # | |