Media Summary: My web page: www.imperial.ac.uk/people/n.sadawi. How to define some common operators for function application, including the pipeline operator Textbook: ... How to implement a function that counts up with every invocation, using references Textbook:
Ocaml Data Structures 7 13 - Detailed Analysis & Overview
My web page: www.imperial.ac.uk/people/n.sadawi. How to define some common operators for function application, including the pipeline operator Textbook: ... How to implement a function that counts up with every invocation, using references Textbook: In this tutorial, I will show the basic ideas of immutable lists (cons lists), as well as polymorphic functions that operate over lists. A deep dive into implementing lists with mutable fields Textbook: Examples of variants, which along with records are the primary kind of user-defined
How to implement a Map ADT with association lists as the rep type Textbook: How to improve v1 of the hash table rep type to permit dynamic resizing of the buckets array, thereby keeping the load factor of the ... The syntax and semantics of ref cells Textbook: More about records vs. variants, and how variants can combine "one of" vs "each of"