ppxlib icon indicating copy to clipboard operation
ppxlib copied to clipboard

locations check fails for "let open" patterns

Open ceastlund opened this issue 3 years ago • 0 comments

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.

ceastlund avatar Aug 16 '22 17:08 ceastlund