ocaml.org
ocaml.org copied to clipboard
The official OCaml website.
Meta issue to track the progress on the creation of the new documentation content. ### High-Level Documentation Outline In order to have a global view of all the Learn Area...
This is valid OCaml: ```ocaml # function Ok Either.(Left x | Right x) -> Some x | Error _ -> None;; - : (('a, 'a) Either.t, 'b) result -> 'a...
I looove that ocaml.org provides easily accessible documentation for all opam packages, and I use it daily. But some time ago (weeks? months?), I started seeing more and more packages...
This is derived from @MikeShah YouTube Video [Episode 8 - First Impression - ocaml](https://youtu.be/Aa5b6Y8NvGQ) * Make it obvious place to start is `utop` command: applies to install instructions (http://ocaml.org/install and...
Coq and OCaml share the same origin. Coq won the ACM System Award.
To improve the accessibility of ocaml.org according to the [Web Content Accessibility Guidelines (WCAG) international standard](https://www.w3.org/WAI/standards-guidelines/wcag/), it makes sense to introduce an accessibility-checker tool to the CI. This will give...
Issue https://github.com/ocaml/ocaml.org/issues/1170 has shown when an internal error happens, nothing valuable is shown to the user. A page saying something like: “Sorry, an internal error took place. Not your fault....
Thanks for all your work on maintaining and improving ocaml.org, it's amazing! ❤️ We are planning to link to the `melange` package page [in ocaml.org](https://ocaml.org/p/melange/latest) from the [project website](melange.re/), and...
When tab is pressed instead of inserting a tab or x number of spaces where the cursor is it instead tabs over to the next items in the webpage. This...
I am wondering if it would be a good idea to document the current release cycle of the compiler on ocaml.org? I have the impression that it could be useful...