DigitGroup-0.1.0.0: Group the digits of numbers by lots
Safe HaskellSafe-Inferred
LanguageHaskell2010

Numeric.DigitGroup

Documentation

digitGroupIntegral :: Integral a => Char -> p -> a -> [Char] Source #

class DigitGroupShow a where Source #

Methods

digitGroup :: Char -> Maybe Char -> a -> String Source #

Instances

Instances details
DigitGroupShow Double Source # 
Instance details

Defined in Numeric.DigitGroup

DigitGroupShow Float Source # 
Instance details

Defined in Numeric.DigitGroup

DigitGroupShow Int Source # 
Instance details

Defined in Numeric.DigitGroup

Methods

digitGroup :: Char -> Maybe Char -> Int -> String Source #

DigitGroupShow Integer Source # 
Instance details

Defined in Numeric.DigitGroup