Lab: First Steps in Haskell

(Programming Paradigms and Formal Semantics)

© 2009–2010, Ralf Lämmel, Universität Koblenz-Landau

  1. Student presentations on previous assignment
  2. Reference solution for previous assignment
  3. Practical Haskell crash course
  4. Haskell interpreter demonstration
  5. Small Haskell exercises
  6. Type declarations and data declarations, Maybe
  7. Working with lookup tables for While
  8. While abstract syntax definition in Haskell data types
  9. Building While evaluator in Haskell
  10. Introduction to the new assignment