syntax icon indicating copy to clipboard operation
syntax copied to clipboard

Escaped infix functions are OCaml infixes

Open johnridesabike opened this issue 4 years ago • 1 comments

let eq = \"="
let shalloweq = \"=="
let concat = \"^"
let concat = \"++" // Error: "The value ++ can't be found"

Maybe this is intentional? I know infixes are on track to change soon, but currently it's weird to see OCaml infixes here instead of ReScript ones.

johnridesabike avatar Mar 19 '21 20:03 johnridesabike

Still looking into the best way to solve this.

IwanKaramazow avatar Mar 20 '21 09:03 IwanKaramazow

The rescript-lang/syntax repo is obsolete and will be archived soon. If this issue is still relevant, please reopen in the compiler repo (https://github.com/rescript-lang/rescript-compiler) or comment here to ask for it to be moved. Thank you for your contributions.

stale[bot] avatar May 28 '23 23:05 stale[bot]