serokell / o-clock

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

Overloaded type operators #21

Closed int-index closed 6 years ago

int-index commented 6 years ago

I didn't like that there were many operators for division and multiplication, so I decided to overload them. Now there are only (*) and (/).