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
Function type parsing does this awkward dance where it peels apart tuple
types before arrows and re-inserted them into function type syntax nodes.
Take the unexpected nodes into account during this transformation.
Fixes#680
0 commit comments