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's important to shrink lists correctly and efficiently. Many other types rely upon good behavior here. For example, shrinking an atom uses this code (via list(codes)). However a property like
gives different "minimal" results each time: bMe, 'a^4', a.3, etc. The length is fine (could be more efficient) but shrinking elements needs improvement for sure.
The text was updated successfully, but these errors were encountered:
It's important to shrink lists correctly and efficiently. Many other types rely upon good behavior here. For example, shrinking an atom uses this code (via list(codes)). However a property like
gives different "minimal" results each time:
bMe
,'a^4'
,a.3
, etc. The length is fine (could be more efficient) but shrinking elements needs improvement for sure.The text was updated successfully, but these errors were encountered: