text-show-3.8.5: 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.Numeric.Natural

Description

TextShow instance for Natural.

Since: 2

Orphan instances

TextShow Natural Source #

Since: 2

Instance details

Methods

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

showb :: Natural -> Builder Source #

showbList :: [Natural] -> Builder Source #

showtPrec :: Int -> Natural -> Text Source #

showt :: Natural -> Text Source #

showtList :: [Natural] -> Text Source #

showtlPrec :: Int -> Natural -> Text Source #

showtl :: Natural -> Text Source #

showtlList :: [Natural] -> Text Source #