chronos-0.3: A time library, encoding, decoding, and instances

Safe HaskellNone
LanguageHaskell2010

Chronos.Internal

Synopsis

Documentation

indexTwoDigitTextBuilder :: Int -> Builder Source

Only provide positive numbers to this function.

indexTwoDigitByteStringBuilder :: Int -> Builder Source

Only provide positive numbers to this function.

clip :: Ord t => t -> t -> t -> t Source