From 51938a4d9ab2e8447b88714da865181d87fb4b43 Mon Sep 17 00:00:00 2001 From: lilsweetcaligula <15699226+lilsweetcaligula@users.noreply.github.com> Date: Sun, 12 Jul 2020 21:36:22 +0300 Subject: [PATCH] Add the OCaml book by Michael R. Clarkson (#3654) * Add the OCaml book by Michael R. Clarkson * Fix the alphabetical order --- free-programming-books.md | 1 + 1 file changed, 1 insertion(+) diff --git a/free-programming-books.md b/free-programming-books.md index c1062e93..ff1b57ac 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -1998,6 +1998,7 @@ Kerridge (PDF) (email address *requested*, not required) ### OCaml * [Developing Applications With Objective Caml](http://caml.inria.fr/pub/docs/oreilly-book/) +* [Functional Programming in OCaml](https://www.cs.cornell.edu/courses/cs3110/2019sp/textbook/) - Michael R. Clarkson * [Real World OCaml](https://realworldocaml.org/v1/en/html/) * [Think OCaml](http://greenteapress.com/thinkocaml/index.html) - Allen B. Downey and Nicholas Monje * [Unix System Programming in OCaml](http://ocaml.github.io/ocamlunix/) [Github Repo](https://github.com/ocaml/ocamlunix/)