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
Related to #128, I'm realizing there's more we can do to eliminate the risk of users using phantom types with mutable bounds. The check from sized can be reused but made to raise at import-time. It would also make sense to check for non-frozen dataclasses, and perhaps even to check dataclass fields.
The text was updated successfully, but these errors were encountered:
Related to #128, I'm realizing there's more we can do to eliminate the risk of users using phantom types with mutable bounds. The check from
sized
can be reused but made to raise at import-time. It would also make sense to check for non-frozen dataclasses, and perhaps even to check dataclass fields.The text was updated successfully, but these errors were encountered: