serokell / o-clock

:hourglass: Type-safe time units in Haskell
Mozilla Public License 2.0
49 stars 6 forks source link

[#126] Add the ceiling counterparts to the floor functions #131

Closed breakerzirconia closed 2 years ago

breakerzirconia commented 2 years ago

Problem: We have floorRat and floorUnit for flooring a time unit, but don't have the ceiling counterparts.

Solution: Define the ceiling functions.

Fixes: #126

dcastro commented 2 years ago

Please: