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

Contents

Description

Provides TextShow instance for Fixed, as well as the showbFixed function.

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