serokell / o-clock

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

Why is 'abs = id' for Time? #91

Closed int-index closed 6 years ago

chshersh commented 6 years ago

Time is represented as Ratio Natural which can't be negative.

int-index commented 6 years ago

Right.