From 3672ee693453abab1f6d271c51a5d4baef038ae2 Mon Sep 17 00:00:00 2001 From: wzso Date: Sat, 27 Jan 2024 09:38:34 +0800 Subject: [PATCH] Update the book name as it is now --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 8d15dda..963ace6 100644 --- a/README.md +++ b/README.md @@ -122,8 +122,7 @@ Your favorite package is not listed? Fork and [create a Pull Request](https://gi - [Using, Understanding, and Unraveling OCaml](https://caml.inria.fr/pub/docs/u3-ocaml) – This book describes both the OCaml language and the theoretical grounds behind its powerful type system. - [Purely Functional Data Structures](https://www.amazon.co.uk/Purely-Functional-Structures-Chris-Okasaki/dp/0521631246/ref=sr_1_1?ie=UTF8&qid=1406279836&sr=8-1&keywords=functional+data+structures) - This is the first or only book focus on various data structures in FP world. A must-read one. - [OCaml for Scientists](http://www.ffconsultancy.com/products/ocaml_for_scientists/) - by Jon Harrop. -- [Functional Programming in OCaml: A Principled Approach](https://www.cs.cornell.edu/courses/cs3110/2021sp/textbook/) - Textbook for CS 3110 Functional Programming in OCaml, Cornell University. - +- [OCaml Programming: Correct + Efficient + Beautiful](https://cs3110.github.io/textbook) - Textboot on functional programming and data structures in OCaml - by Michael R. Clarkson et al. ## Code Analysis and Linters