Open andygill opened 9 years ago
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
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?