Media Summary: How to implement the `fold_left` and `fold_right` functionals on lists. Textbook: Comparing the difference between `open` and `include` in modules Textbook: A dive into the standard library's Map module as an example of a functor Textbook:
Functional Data Structures Ocaml Programming Chapter 5 Video 4 - Detailed Analysis & Overview
How to implement the `fold_left` and `fold_right` functionals on lists. Textbook: Comparing the difference between `open` and `include` in modules Textbook: A dive into the standard library's Map module as an example of a functor Textbook: The syntax and semantics of ref cells Textbook: Defining module types with signatures Textbook: Distributing a module and its type into two specially-named files results in a compilation unit, which is how the standard library ...
Functions can take other functions as input and return them as output, making them "higher order". Textbook: ...