ocaml.org
ocaml.org copied to clipboard
The official OCaml website.
https://github.com/ocaml/ocaml.org/blob/5193e19a6a9ac548c02e5a78d6acbdbda553125d/data/problems/080_conversions.md?plain=1#L11 https://github.com/ocaml/ocaml.org/blob/5193e19a6a9ac548c02e5a78d6acbdbda553125d/data/problems/080_conversions.md?plain=1#L69 One was provided in this PR: https://github.com/ocaml/v2.ocaml.org/pull/1594
I was just having a look a the community page and was noticing that a few events might be missing. E.g. - @xvw, would it make sense to add Lambda...
I am attempting to add a library to the playground - https://github.com/Sudha247/ocaml-joy - so that I can provide an editor and an SVG rendering side by side (I am doing...
It would be amazing to add both the [OCaml workshop](https://icfp24.sigplan.org/home/ocaml-2024) and the [ML workshop](https://icfp24.sigplan.org/home/mlworkshop-2024#About) at ICFP this year to upcoming events on the community page. Could someone of you do...
Fixes: #2041 > Sure! > > One possible way to go is to define another category of served data. This would allow defining a tile-base UI (like this one https://ocaml.org/jobs)....
Hello @sabine @SaySayo @cuihtlauac, I attempted #1780 Please help review and let me know if I'm on the right track ๐ ๐๐ฝ I'm still reading through the ocaml tutorials and...
I've already discussed this with a few of "the Windows folks" (in particular, @jonahbeckford for Diskuv and @kit-ty-kate for opam 2.2), and we all seem to agree. Currently, the [section...
I have been reading the guide on error handling at [Error Handling ยท OCaml Documentation](https://ocaml.org/docs/error-handling#using-the-result-type-for-errors). Overall I thought there was good advice in the advice, but I noticed a couple...
1. Can't load unix.cma, in code: ```ocaml #load "unix.cma";; Cannot find file unix.cma. ``` I figured out by using "utop -I +unix", 2. Unbound constructor File, in code: ```ocaml #...
https://github.com/ocaml/ocaml.org/blob/5193e19a6a9ac548c02e5a78d6acbdbda553125d/data/problems/088_connected_components.md?plain=1#L11