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
It is often the case that we want to fold a transformer over a list of nonterminals and produce the resulting list of nonterminals and another folded result.
It is not entirely clear how this should work, since in some cases we'd want to just create a list of nonterminals (like the current map does), however, sometimes we would like to fold over that list as well.
This is a boilerplate elimination enhancement, so it is worth considering what the right point in the space is.
The text was updated successfully, but these errors were encountered:
It is often the case that we want to fold a transformer over a list of nonterminals and produce the resulting list of nonterminals and another folded result.
It is not entirely clear how this should work, since in some cases we'd want to just create a list of nonterminals (like the current
map
does), however, sometimes we would like to fold over that list as well.This is a boilerplate elimination enhancement, so it is worth considering what the right point in the space is.
The text was updated successfully, but these errors were encountered: