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
We should start separating type definitions and types. At the moment, Guppy dynamically generates new GuppyType subclasses when a type is defined. Instead we should have two ABCs TypeDefinition and GuppyType.
The text was updated successfully, but these errors were encountered:
We should start separating type definitions and types. At the moment, Guppy dynamically generates new
GuppyType
subclasses when a type is defined. Instead we should have two ABCsTypeDefinition
andGuppyType
.The text was updated successfully, but these errors were encountered: