Debug.TimeStats.Internal
Description
Internal functions for timestats
formatIntWithSeparator :: Char -> Int -> ShowS Source #
Formats an int with a thousand separator.
For instance
formatIntWithSeparator '_' 123456789 "a" == "123_456_789a"