ocaml icon indicating copy to clipboard operation
ocaml copied to clipboard

Exercism exercises in OCaml.

Results 42 ocaml issues
Sort by recently updated
recently updated
newest added

From the docs I see that you say to install `ounit`. OUnit2 seems to recommend now to use `ounit2` for the install, and also use `ounit2` rather than `oUnit` on...

The OCaml official manual and editor support modes use 2 spaces instead of 4.

_This issue is part of the migration to v3. You can read full details about the various changes [here](https://github.com/exercism/v3-launch/)._ In Exercism v3, students can now choose to work on exercises...

x:action/improve
x:knowledge/none
x:type/content
x:size/tiny

Solving this problem without a good regular expression library is a bit humiliating. =)

Hey folks, First thanks for this excellent project and congratulations on the new v3. It is certainly much cleaner looking with more detailed instructions. Should be easier for people to...

I got the following error message and thus I tried to fix it by referring other dune files. File "dune", line 5, characters 7-22: 5 | (pps ppx_deriving.eq ppx_deriving.show))) ^^^^^^^^^^^^^^^...

Please check if your documentation files are still up-to-date. The key documentation files to check are: - `docs/ABOUT.md` - `docs/INSTALLATION.md` - `docs/LEARNING.md` - `docs/RESOURCES.md` - `docs/TESTS.md` - `exercises/shared/.docs/help.md` - `exercises/shared/.docs/tests.md`...

x:action/improve
x:knowledge/none
x:type/content
x:size/small

In Exercism v3, we're introducing a new (optional) tool: the [representer](https://github.com/exercism/docs/blob/main/building/tooling/representers/README.md). The goal of the representer is to take a solution and returning a representation, which is an extraction of...

x:action/create
x:knowledge/advanced
x:module/representer
x:type/coding
x:size/massive