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
Allow different parsings of (a; b,) to compare equal (#184)
The reference parser sees `(a; b,)` as a block, but the trailing comma
implies this should be a frakentuple. Allow this unusual syntax as a
minor bug in the reference parser.
0 commit comments