merlin icon indicating copy to clipboard operation
merlin copied to clipboard

Syntax error: let-extension (with punning) expected

Open emillon opened this issue 1 year ago • 0 comments

Hi,

The following piece of code is causing merlin to display an error but the code is valid:

    let ( ?? ) x = Re.opt x in
    ...

(this is the definition of a prefix operator ; it complains about let punning)

Thanks!

emillon avatar Jul 29 '22 09:07 emillon