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.Numeric.Natural

Contents

Description

Monomorphic TextShow function for Naturals.

Since: 2

Synopsis

Documentation

showbNaturalPrec :: Int -> Natural -> Builder Source #

Convert a Natural to a Builder with the given precedence.

Since: 2

Orphan instances