Media Summary: How to implement the `fold_left` and `fold_right` functionals on lists. Textbook: My web page: www.imperial.ac.uk/people/n.sadawi Useful links: ... Functions can take other functions as input and return them as output, making them "higher order". Textbook: ...
Beginner Ocaml Tutorial 4 Conditional - Detailed Analysis & Overview
How to implement the `fold_left` and `fold_right` functionals on lists. Textbook: My web page: www.imperial.ac.uk/people/n.sadawi Useful links: ... Functions can take other functions as input and return them as output, making them "higher order". Textbook: ... How to implement the `filter` functional on lists. Textbook: Examples of pattern matching with lists, records, and tuples. Textbook: