haskell-github-trust / thyme

A faster date and time library based on time
BSD 3-Clause "New" or "Revised" License
46 stars 33 forks source link

WeekDate and Month data types #39

Open andrewthad opened 8 years ago

andrewthad commented 8 years ago

This is just a suggestion, and there may be reasons I'm unaware that this wasn't done. I feel like having WeekDate and Month be data types instead of type synonyms for Int would be nice. It would add a little more type safety to the whole library.