text-all-0.4.0.0: Everything Data.Text related in one package

Safe HaskellNone
LanguageHaskell2010

Data.Text.Lazy.All

Contents

Synopsis

Standard modules from text

Lazy text functions

show :: Show a => a -> Text Source #

A synonym for lshow.

format :: Params ps => Format -> ps -> Text #

Render a format string and arguments to a Text.