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
doesn't constrain multiple $_ in a pattern to be equal
Because metavars need to be transformed to placeholder expressions of the appropriate type before parsing in a non extend-parser implementation, (1) is a little tricky. I'm thinking of just trying a parse of each possible metavar type and going with the most general that succeeds (i.e. capture the highest possible node in the ast).
The text was updated successfully, but these errors were encountered:
$_ is a special binding that:
Because metavars need to be transformed to placeholder expressions of the appropriate type before parsing in a non extend-parser implementation, (1) is a little tricky. I'm thinking of just trying a parse of each possible metavar type and going with the most general that succeeds (i.e. capture the highest possible node in the ast).
The text was updated successfully, but these errors were encountered: