chronos-0.1.0: Initial project template from stack

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