timestats-0.1.1: A library for profiling time in Haskell applications
Safe HaskellSafe-Inferred
LanguageHaskell2010

Debug.TimeStats.Internal

Description

Internal functions for timestats

Synopsis

Documentation

formatIntWithSeparator :: Char -> Int -> ShowS Source #

Formats an int with a thousand separator.

For instance

formatIntWithSeparator '_' 123456789 "a" == "123_456_789a"