-
Notifications
You must be signed in to change notification settings - Fork 1
Prefixless use of enum variants? #1360
Copy link
Copy link
Open
Description
Is your feature request related to a problem?
Using enum variants can be quite verbose, since the enum name must always be used as a prefix.
Desired solution
Consider whether the enum name can be omitted. Ideally, this would also work inside of list literals, like when specifying impurity reasons using the Impure annotation.
Possible alternatives (optional)
No response
Screenshots (optional)
No response
Additional Context (optional)
No response
Reactions are currently unavailable