This book is an introduction to programming language theory using the proof assistant Agda.

Comments on all matters—organisation, material to add, material to remove, parts that require better explanation, good exercises, errors, and typos—are welcome. The book repository is on GitHub. Pull requests are encouraged.

Front matter

Part 1: Logical Foundations

Part 2: Operational Semantics

  • Lambda: Introduction to Lambda Calculus
  • Properties: Progress and Preservation
  • DeBruijn: Intrinsically-typed de Bruijn representation
  • More: Additional constructs of simply-typed lambda calculus
  • Bisimulation: Relating reductions systems
  • Inference: Bidirectional type inference
  • Untyped: Untyped lambda calculus with full normalisation
  • Confluence: Confluence of untyped lambda calculus 🚧
  • BigStep: Big-step semantics of untyped lambda calculus 🚧

Part 3: Denotational Semantics

  • Denotational: Denotational semantics of untyped lambda calculus 🚧
  • Compositional: The denotational semantics is compositional 🚧
  • Soundness: Soundness of reduction with respect to denotational semantics 🚧
  • Adequacy: Adequacy of denotational semantics with respect to operational semantics 🚧
  • ContextualEquivalence: Denotational equality implies contextual equivalence 🚧

Appendix

Backmatter

  • Courses taught from the textbook:
    • Philip Wadler, University of Edinburgh, 2018
    • David Darais, University of Vermont, 2018
    • John Leo, Google Seattle, 2018–2019
    • Philip Wadler, Pontifícia Universidade Católica do Rio de Janeiro (PUC-Rio), 2019
    • Prabhakar Ragde, University of Waterloo, 2019
  • A paper describing the book appeared in SBMF.