An open API service indexing awesome lists of open source software.

https://github.com/nicklatch/ocaml_learn_exercises

My solutions to the ocaml.org exercises
https://github.com/nicklatch/ocaml_learn_exercises

functional-programming ocaml practice

Last synced: 3 months ago
JSON representation

My solutions to the ocaml.org exercises

Awesome Lists containing this project

README

          

# Ocaml exercise solutions
## Exercises can be found [here](https://ocaml.org/exercises)

I'm fairly new to Ocaml and figured this would be a good way to not only practice solving problems with the language, but also practice creating a proper dune project.