ocaml.org
ocaml.org copied to clipboard
The official OCaml website.
Hi all, here's some information about the Outreachy application period. First of all: welcome! 👋 For non-applicants confused by this issue, see [this section](#for-non-applicants). ## For Applicants Thanks for choosing...
This is an Outreachy Medium difficulty issue. You must have completed a simple issue (marked with label "outreachy") first, to be eligible for being assigned to this one. This issue...
- [ ] Move imperative & mutability related content to dedicated content - [ ] Make it a recursion centered tutorial - [ ] Properly introduce mutually recursive types and...
Here is a suggestion about the Module System in the Learning/Language. I guess it may be perfectible.
#1109 introduced a first, experimental version of the OCaml Changelog. This issue tracks the feedback we received to iterate on the page and improve the Changelog until it reaches a...
Scraping takes place every day. If things needs to be added a PR is created. If the PR isn't merged and scraping finds a different set of changes the next...
In the general case, one wants to do: ```shell $ opam install foo ``` Not ``` $ opan install foo.0.9.9 ``` The latter isn't _nominal_ it is exceptional. The same...
As per the discussion on issue #1873, I have added `ocamlc` and `Bytecode using dune` content to [Compiling OCaml Projects](https://ocaml.org/docs/compiling-ocaml-projects),
## Problem Currently, the package documentation pages are very slow for some packages that contain a lot of symbols. For example, see https://ocaml.org/p/core/latest/doc/index.html. The cause of that is most likely...