-
-
Notifications
You must be signed in to change notification settings - Fork 50
Closed
Description
I'm looking at converting the previous ClassString types I added to psuedo-types. However, I'm not sure how PsuedoType is expected to be used.
underlyingType()
returns an empty instance of the type, but False_
and True_
already extend that type. What is the use case for underlyingType()
? Is it always supposed to be an empty instance of a type? I'm curious why a type string isn't used instead.
For ClassString
which represents a string, but also provides an FQSEN if the class-string includes one, would underlyingType
be new String()
?
Should psuedo-types always extend the underlying type?
Metadata
Metadata
Assignees
Labels
No labels