We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
it would be nice that we have this
let f = { x = { y = {z = 3 }}} [@bs.obj] val f : < x : < y : < z : int > > > [@bs.obj]
The text was updated successfully, but these errors were encountered:
[feature] address #414
72bf1fa
Done!
Sorry, something went wrong.
Fix printing of underscore Pexp_fun sugar in context of Array.get (re…
09c3c81
…script-lang#414) Fixes GH413 `Array.get(_, 0)` shouldn't be printed as `_[0]`
No branches or pull requests
it would be nice that we have this
The text was updated successfully, but these errors were encountered: