reasonml.github.io
reasonml.github.io copied to clipboard
Reason's documentation site
https://reasonml.github.io/en/try.html?rrjsx=true&reason=FIZwdANg9g5gFABgB4AIJKgJxcgHAgwhASgG4AoUSWOARgE40NtkAWIwsoA I get the following errors when trying to open the above page: ``` try.js:formatted:4761 TypeError: Cannot destructure property `startLine` of 'undefined' or 'null'. at iu (try.js:formatted:16830) at Object.render (try.js:formatted:17115)...
Fix typo
One of the more frustrating parts of learning any language is trying to discover the common name for an operator in that language's community so you can then search for...
we are running `BS_PLAYGROUND=../../reasonml.github.io/website/playground/bs/ node ../scripts/repl.js` from `jscomp` directory `repl.js` is inside `scripts` directory
For example, in the Open Objects example ```reason type tesla('a) = { .. drive: int => int } as 'a; ``` The tutorial does not explain: - What the alias...
It's a little confusing to have information on mutable let bindings be nowhere on the "Let Binding" page. This change just adds a link and a helpful line.
The main page (https://reasonml.github.io/) shows the following quick start instructions: npm install -g bs-platform bsb -init my-first-app -theme basic-reason cd my-first-app npm run start When I run `npm run start`,...
I received the following error when running `opam switch 4.02.3`. ``` [ERROR] No switch 4.02.3 is currently installed. Did you mean 'opam switch create 4.02.3'? Installed switches are: - default...
aren't these optional now?