serokell / o-clock

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

Invent shorter name for 'convertUnit' #24

Closed chshersh closed 6 years ago

chshersh commented 6 years ago

In README I wrote:

completeDays  = workDay  $ floor $ convertUnit @WorkDayUnit  workHours - convertUnit completeWeeks

convertUnit is too long name... We need more convenient and shorter way to convert units.

int-index commented 6 years ago

toUnit