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
After #60 and #63 is done we can implement such property. Though it's really difficult to implement this as it seems to me...
We need to somehow generate random type-level list of time units.
We need to think of a way to make seriesF result actually meaningful. We don't want to generate 1234 picoseconds and format this with lists [Hour, Minute, Second] very often.
unitsF and unitsP
Think how to generate random list of types
The text was updated successfully, but these errors were encountered:
After #60 and #63 is done we can implement such property. Though it's really difficult to implement this as it seems to me...
seriesF
result actually meaningful. We don't want to generate1234 picoseconds
and format this with lists[Hour, Minute, Second]
very often.unitsF
andunitsP
The text was updated successfully, but these errors were encountered: