Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 271 Bytes

ch1_exercises.md

File metadata and controls

23 lines (18 loc) · 271 Bytes

combinators

  1. yes
  2. no, z is free
  3. yes
  4. yes
  5. no, z is free

normal form or diverge?

  1. converges
  2. no, diverges
  3. converges

beta reduce

  1. z
  2. bb
  3. qq
  4. yy
  5. yy
  6. aac
  7. 𝜆z.za - close, need to distinguish between bound and free z variables