Types in Lambda CalculusCovers types in lambda calculus, including defining types, specifying rules, and proving soundness.
Subtyping and Type CalculusExplores subtyping, type calculus, and type bounds calculation in a system with subtyping, guiding through exercises and proofs step by step.
STL EssentialsCovers the essential concepts of the Standard Template Library (STL) in C++ for efficient data manipulation.