-- Hoogle documentation, generated by Haddock
-- See Hoogle, http://www.haskell.org/hoogle/


-- | Fast rendering of common datatypes
--   
--   A library for efficiently rendering Haskell datatypes to bytestrings.
--   
--   <i>Note</i>: if you use GHCi or Template Haskell, please see the
--   <tt>README</tt> file for important details about building this
--   package, and other packages that depend on it:
--   <a>https://github.com/bos/blaze-textual#readme</a>
@package blaze-textual
@version 0.2.0.6

module Blaze.Text.Int
digit :: Integral a => a -> Builder
integral :: (Integral a, Show a) => a -> Builder
minus :: Builder

module Blaze.Text.Double
float :: Float -> Builder
double :: Double -> Builder

module Blaze.Text
float :: Float -> Builder
double :: Double -> Builder
integral :: (Integral a, Show a) => a -> Builder
