Open andrewthad opened 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.
WeekDate
Month
Int
This is just a suggestion, and there may be reasons I'm unaware that this wasn't done. I feel like having
WeekDate
andMonth
be data types instead of type synonyms forInt
would be nice. It would add a little more type safety to the whole library.