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.
1 parent 01320e5 commit 5e86257Copy full SHA for 5e86257
docs/faq.md
@@ -19,9 +19,7 @@ In July 2020, BuckleScript released its own syntax and rebranded to ReScript to
19
### Where do all these `print_endline`, `string_of_int` functions come from?
20
They're from the standard library, pre-`open`ed during the compilation of your file. This is why you see them in scope.
21
22
-You can read more about the Pervasives library in the api documentation:
23
-
24
-https://reasonml.github.io/api/Pervasives.html
+You can read more about the Standard library in the [api documentation](https://reasonml.github.io/api/Stdlib.html)
25
26
### Why is there a + for adding ints and +. for adding floats, etc.?
27
See [here](integer-and-float.md#design-decisions).
0 commit comments