| 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
The class of types that can be rendered to a Builder.
Minimal complete definition
Instances
| Buildable Bool # | |
| Buildable Char # | |
| Buildable Double # | |
| Buildable Float # | |
| Buildable Int # | |
| Buildable Int8 # | |
| Buildable Int16 # | |
| Buildable Int32 # | |
| Buildable Int64 # | |
| Buildable Integer # | |
| Buildable Word # | |
| Buildable Word8 # | |
| Buildable Word16 # | |
| Buildable Word32 # | |
| Buildable Word64 # | |
| Buildable WordPtr # | |
| Buildable IntPtr # | |
| Buildable Builder # | |
| Buildable Text # | |
| Buildable Text # | |
| Buildable LocalTime # | |
| Buildable ZonedTime # | |
| Buildable TimeOfDay # | |
| Buildable TimeZone # | |
| Buildable UTCTime # | |
| Buildable NominalDiffTime # | |
| Buildable Day # | |
| Buildable UniversalTime # | |
| Buildable DiffTime # | |
| Buildable [Char] # | |
| Buildable a => Buildable (Maybe a) # | |
| (Integral a, Buildable a) => Buildable (Ratio a) # | |
| Buildable (Ptr a) # | |
| Show a => Buildable (Shown a) # | |
| Integral a => Buildable (Hex a) # | |