Replies: 1 comment 1 reply
-
A type annotation is just a string; it's usually written as an ident string So if you want to smuggle in values that aren't valid idents, just quote them, like |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to signal to parser a type annotation that is a list of strings or map of string:string, but this is not allowed as it's constrained by the identifier
I was wondering if this can discussed?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions