Media Summary: How to implement the `fold_left` and `fold_right` functionals on lists. Textbook: Functions can take other functions as input and return them as output, making them "higher order". Textbook: ... How to implement the `map` functional. Textbook:
Combine Ocaml Programming Chapter 4 Video 4 - Detailed Analysis & Overview
How to implement the `fold_left` and `fold_right` functionals on lists. Textbook: Functions can take other functions as input and return them as output, making them "higher order". Textbook: ... How to implement the `map` functional. Textbook: The `map` functional transforms elements of a list. Textbook: How to implement the `filter` functional on lists. Textbook: How to infer the type of `if` expressions in HM type inference Textbook:
Application of functions to "too few" of arguments, and syntactic sugar. Textbook: What looks like mutability in the toplevel is not -- it's really just a consequence of scope. Textbook: ...