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

Copyright(C) 2014-2015 Ryan Scott
LicenseBSD-style (see the file LICENSE)
MaintainerRyan Scott
StabilityExperimental
PortabilityGHC
Safe HaskellNone
LanguageHaskell98

Text.Show.Text.Text.Read

Description

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

Since: 0.3

Synopsis

Documentation

showbLexemePrec :: Int -> Lexeme -> Builder Source

Convert a Lexeme to a Builder with the given precedence.

Since: 0.3

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: 0.3