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
This moves the condition that enables the tag word for enums to only
cover the `from-tag-unsafe` function. It should be safe to check the tag
of a data type since they all have them.
Fixes issue #234
---------
Co-authored-by: typeswitch-dev <typeswitch@protonmail.com>
Currently it is only possible to get tag values from enum data types without a payload, but in some cases it is useful to have both.
The text was updated successfully, but these errors were encountered: