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:
Filter Ocaml Programming Chapter 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: How to combine elements of a list, as a warmup for the `fold` functional. Textbook: The `map` functional transforms elements of a list. Textbook: My web page: www.imperial.ac.uk/people/n.sadawi.
How to use the ideas of `map` and `fold` functionals with binary trees. Textbook: LIVE ON TWITCH: Get in on Discord: Get in on Twitter: ... BYOPL course playlist: We implement the ... In this tutorial, I will show the basic ideas of immutable lists (cons lists), as well as polymorphic functions that operate over lists. My web page: www.imperial.ac.uk/people/n.sadawi Useful links: ...