syntax
syntax copied to clipboard
Feature request: Print explicit curried functions in curried syntax
i.e print
let add = x => y => x + y
as it is instead of
let add = (x, y) => x + y
Yes, this makes sense. We should get this in.
Hmm, I just looked into this and I wonder how we should tackle this. Both forms have the same ast.
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.