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
The Traversal tool generates traversals of the form traverseFooBar where Foo is a type that occurs nested within Bar. But it also generates and uses identity traversals traverseFooFoo, which is a bit stupid.
The Traversal tool generates traversals of the form
traverseFooBarwhereFoois a type that occurs nested withinBar. But it also generates and uses identity traversalstraverseFooFoo, which is a bit stupid.