Replies: 1 comment
-
Looks like I have to trigger it from each individual fold call like
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to traverse the following source code
I can use a
VisitAll
visitor to access the body of the functionHowever there doesn't seem to be an equivalent using
Fold
. I have tried:But this does not run on the function block. Any suggestions on how best to deeply mutate the tree?
Following resources like these: #501
Beta Was this translation helpful? Give feedback.
All reactions