text-show-3.2.2: Efficient conversion of values into Text

Copyright(C) 2014-2016 Ryan Scott
LicenseBSD-style (see the file LICENSE)
MaintainerRyan Scott
StabilityProvisional
PortabilityGHC
Safe HaskellNone
LanguageHaskell2010

TextShow.Text.Read

Description

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

Since: 2

Synopsis

Documentation

showbLexemePrec :: Int -> Lexeme -> Builder Source

Convert a Lexeme to a Builder with the given precedence.

Since: 2

showbNumberPrec :: Int -> Number -> Builder Source

Convert a Number to a Builder with the given precedence. This function is only available with base-4.7.0.0 or later.

Since: 2