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
let () = match () with Core.[] -> () fails, reporting Core.[] as having an identifier overlapping a pattern. I believe this is ultimately a parser bug in the source locations, but for now the easiest solution is for ppxlib to work around this, as it does with other similar instances.
The text was updated successfully, but these errors were encountered:
let () = match () with Core.[] -> ()
fails, reportingCore.[]
as having an identifier overlapping a pattern. I believe this is ultimately a parser bug in the source locations, but for now the easiest solution is for ppxlib to work around this, as it does with other similar instances.The text was updated successfully, but these errors were encountered: