For example: https://rescript-lang.org/docs/manual/api/stdlib/option/#value-getWithDefault just shows a "deprecated" banner, but it doesn't show what API should be used instead.
Reading the code & in the sandbox I can see the reason:
Use getOr instead
It would be nice to also have that on the documentation website
For example: https://rescript-lang.org/docs/manual/api/stdlib/option/#value-getWithDefault just shows a "deprecated" banner, but it doesn't show what API should be used instead.
Reading the code & in the sandbox I can see the reason:
It would be nice to also have that on the documentation website