You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gives no guidance to what the Bool represents (it's only when looking at the code that you find it specified if the DayOfYear is part of a leap year). In many cases it's pretty clear what the meaning is, but when both
addGregorianYearsClip::Years->Day->Day
and
addGregorianYearsRollover::Years->Day->Day
exist, some documentation is needed to explain exactly what the difference is (what is being clipped or rolled over? Is this also for the case where you're adding years spanning a leap year?)
The text was updated successfully, but these errors were encountered:
Many of the functions in at least
Data.Thyme.Time.Core
lack any documentation, for examplegives no guidance to what the
Bool
represents (it's only when looking at the code that you find it specified if theDayOfYear
is part of a leap year). In many cases it's pretty clear what the meaning is, but when bothand
exist, some documentation is needed to explain exactly what the difference is (what is being clipped or rolled over? Is this also for the case where you're adding years spanning a leap year?)
The text was updated successfully, but these errors were encountered: