Media Summary: In this tutorial, I will show the basic ideas of immutable lists (cons lists), as well as polymorphic functions that operate over lists. How to implement the `map` functional. Textbook: How to implement a function that counts up with every invocation, using references Textbook:
Ocaml Fold Lecture - Detailed Analysis & Overview
In this tutorial, I will show the basic ideas of immutable lists (cons lists), as well as polymorphic functions that operate over lists. How to implement the `map` functional. Textbook: How to implement a function that counts up with every invocation, using references Textbook: Defining a persistent stack data structure as an How to combine elements of a list, as a warmup for the `