text-show-3.8.5: Efficient conversion of values into Text
Copyright(C) 2014-2017 Ryan Scott
LicenseBSD-style (see the file LICENSE)
MaintainerRyan Scott
StabilityProvisional
PortabilityGHC
Safe HaskellNone
LanguageHaskell2010

TextShow.Text.Read

Description

TextShow instance for Lexeme (and Number, if using a recent-enough version of base).

Since: 2

Orphan instances

TextShow Lexeme Source #

Since: 2

Instance details

Methods

showbPrec :: Int -> Lexeme -> Builder Source #

showb :: Lexeme -> Builder Source #

showbList :: [Lexeme] -> Builder Source #

showtPrec :: Int -> Lexeme -> Text Source #

showt :: Lexeme -> Text Source #

showtList :: [Lexeme] -> Text Source #

showtlPrec :: Int -> Lexeme -> Text Source #

showtl :: Lexeme -> Text Source #

showtlList :: [Lexeme] -> Text Source #

TextShow Number Source #

Only available with base-4.6.0.0 or later.

Since: 2

Instance details

Methods

showbPrec :: Int -> Number -> Builder Source #

showb :: Number -> Builder Source #

showbList :: [Number] -> Builder Source #

showtPrec :: Int -> Number -> Text Source #

showt :: Number -> Text Source #

showtList :: [Number] -> Text Source #

showtlPrec :: Int -> Number -> Text Source #

showtl :: Number -> Text Source #

showtlList :: [Number] -> Text Source #