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
Use Order[Version] to simplify MillAlg.content (#3540)
With our `Version` data type and its `Order` instance we can simplify
`MillAlg.content` because we can just check if a Mill version is >= 0.7
and < 0.9 for example without extracting the minor version number.
0 commit comments