We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Right now, goto is used for going to specific AST instances.
goto
goto 4 -- to go the AST after 4 re-writes
Should we use goto for going to a AST location?
p <- rhsOf 'fib goto p
Given that going to an AST is like a checkout, how about co, or checkout for the AST?
co
checkout
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Right now,
goto
is used for going to specific AST instances.Should we use
goto
for going to a AST location?Given that going to an AST is like a checkout, how about
co
, orcheckout
for the AST?The text was updated successfully, but these errors were encountered: