initial commit

This commit is contained in:
myo
2026-05-27 18:04:47 +02:00
commit 575c6ec470
15 changed files with 165 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
# 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)