text-show-3.3: 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.Data.Fixed

Contents

Description

Monomorphic Show function for Fixed values.

Since: 2

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

Orphan instances