We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
let a = (~name, ~age) => name + age let b = a( // ~age=4, ~name=4, )
In the above code auto completion does not suggest age after name.
age