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
{{ message }}
This repository was archived by the owner on Jul 24, 2024. It is now read-only.
feat(field_theory/minpoly): remove is_integral requirement from unique' (#7064)
`unique'` had an extraneous requirement on `is_integral`, which could be inferred from the other arguments.
This is a small step towards #5258, but is a breaking change; `unique'` now needs one less argument, which will break all current code using `unique'`.
0 commit comments