Media Summary: Defining module types with signatures Textbook: A deep dive into implementing lists with mutable fields Textbook: Developing an implementation of a data abstraction, as an ongoing example of the documentation that implementers need ...
Standard Library Map Ocaml Programming - Detailed Analysis & Overview
Defining module types with signatures Textbook: A deep dive into implementing lists with mutable fields Textbook: Developing an implementation of a data abstraction, as an ongoing example of the documentation that implementers need ... How to implement a function that counts up with every invocation, using references Textbook: Comparing the difference between `open` and `include` in modules Textbook: The `option` type, which represents optional data. It's a principled way to avoid the plague of `null`. Textbook: ...
How to implement the `fold_left` and `fold_right` functionals on lists. Textbook: The beginning of a deep dive into implementation of hash tables, starting with the Defining a persistent stack data structure as an