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 combine elements of a list, as a warmup for the `
Trees With Map And Fold Ocaml Programming Chapter 4 Video 7 - 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 combine elements of a list, as a warmup for the ` The syntax and semantics of ref cells Textbook: Examples of pattern matching with lists, records, and tuples. Textbook: How to implement the `filter` functional on lists. Textbook:
How to implement a function that counts up with every invocation, using references Textbook: References, or ref cells, are pointers to typed locations in memory. They enable imperative The grammar of a language can be described in a notation known as "Backus-Naur Form" (BNF). The input to Menhir (or ... How `let` expressions create scope and shadowing. Textbook: The beginning of a deep dive into implementation of hash tables, starting with the