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
I don't know if this current behavior is intended or not, but I originally expected that the pattern string printed in the example above would look something like A(?:B|C), not AB|C, as the concatenation is logically the root of the HIR tree. Would it be possible to at least document this behavior?