ocaml.org
ocaml.org copied to clipboard
The official OCaml website.
In the ocaml docmentation chapter **functor**, when I read this paragraph: > Note: Most set operations need to compare elements to check if they are the same. To allow using...
- https://github.com/direnv/direnv/pull/1298
I think it'd be useful to add a "report an issue with this page" link that would open to a possibly pre-filled issue here, or to a different repository if...
On the docs pages, inline code rendered from markdown or ocamldoc comments has a monospace font (good!) but an increased font-weight: ```css .prose :where(code):not(:where([class~="not-prose"] *)) { color: var(--tw-prose-code); font-size: 1em;...
https://ocaml.org/p/uri/latest/doc/index.html shows a build error about solo5 (what does that have to do with Uri?!): ``` # cc -std=c11 -Wall -Wextra -Werror -O2 -g -ffreestanding -fstack-protector-strong -nostdinc -mstack-protector-guard=global -isystem /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/crt...
A patched version of the Email regex, with a regex derived from the RFC5322. Other fixes : `Array.iter` instead of `Array.map`. Using `^...$` regexes in order to avoid the validation...
Here's my submission for the read-csv task. Please let me know if I've missed anything. Was the expectation for this task to also show file reading, or is parsing a...
https://ocaml.org/install automatically displays the Windows page when viewed from a Windows machine, but it would be nice if it updated the URL with an anchor (i.e. such that https://ocaml.org/install#windows activates...
While writing some cookbook recipes for promises, I tried to add one for "Eio" and the website rebuild failed. It appears to be an issue at the yaml header /...
Adds an example for the extract-links-from-html task using the `Re` library. A sample html string is provided and the usage example shows how to read an HTML and then print...