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

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

Text.Show.Text.Data.Fixed

Description

Monomorphic Show function for Fixed values.

Since: 0.3

Synopsis

Documentation

showbFixed :: HasResolution a => Bool -> Fixed a -> Builder Source

Convert a Fixed value to a Builder, where the first argument indicates whether to chop off trailing zeroes.

Since: 0.3