Files
topics_compiler/readme.md
T
2026-05-27 18:04:47 +02:00

427 B

Paper notes

Main paper

  • a destination is always linear and of finite age

  • Evaluation context is

    • a stack that keeps track of the term in focus
    • typed with rules, similar to the term typings
    • A nice thing to express small step semantics (I can see how the proof gets easy with progress being a given here)
  • Small step semantics need some special renaming semantics for holes (maybe worth looking into)