Media Summary: My web page: www.imperial.ac.uk/people/n.sadawi Useful links: ... How to implement the `fold_left` and `fold_right` functionals on lists. Textbook: In this video, we go over conditional statements in
Ocaml Tutorial 4 33 The - Detailed Analysis & Overview
My web page: www.imperial.ac.uk/people/n.sadawi Useful links: ... How to implement the `fold_left` and `fold_right` functionals on lists. Textbook: In this video, we go over conditional statements in Modifying the parser and AST to incorporate type annotations on `let` bound variables Textbook: How to define some common operators for function application, including the pipeline operator Textbook: ... How to implement the `map` functional. Textbook:
How to use the ideas of `map` and `fold` functionals with binary trees. Textbook: Examples of pattern matching with lists, records, and tuples. Textbook: Functions can take other functions as input and return them as output, making them "higher order". Textbook: ...