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

Safe HaskellNone
LanguageHaskell2010

Chronos.Internal

Synopsis

Documentation

indexTwoDigitTextBuilder :: Integral i => i -> Builder Source #

Only provide positive numbers to this function.

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