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
It would be nice to have a way to compare Posix values. The ideal scenario would be if Posix was added to the comparable typeclass, since this is an elm core library. In default of that, though, it would be helpful to have Time.compare : Posix -> Posix -> Order.
The text was updated successfully, but these errors were encountered:
It would be nice to have a way to compare
Posix
values. The ideal scenario would be ifPosix
was added to the comparable typeclass, since this is an elm core library. In default of that, though, it would be helpful to haveTime.compare : Posix -> Posix -> Order
.The text was updated successfully, but these errors were encountered: