-
Notifications
You must be signed in to change notification settings - Fork 211
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
redesign: cannot use SyntaxOrTermWrapper's val()? #509
Comments
Also, `.val` on the wrapper returns a nullable value instead of a maybe.
Should work now. |
With |
That's intentional. I'm writing up the documentation on this but the key idea is that |
Hmm, I see... My expectation was that its value would be, well, the array |
You can get the syntax inside a delimiter with |
I tried the following:
Expected result: I can get the
val()
of something and use it within the macro.Actual result: it returns Nothing.
The text was updated successfully, but these errors were encountered: