Skip to content

Commit

Permalink
remove old comments
Browse files Browse the repository at this point in the history
  • Loading branch information
francescoo22 committed Jun 26, 2024
1 parent 1d039aa commit 0280a80
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions chapters/4-Annotation-System.typ
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,6 @@ If $p_1 subset.sq p_2$ holds, we say that
- The annotation of variables contained in the unfication is the least upper bound of the annotation in $Delta_1$ and $Delta_2$.

#display-rules(
// U-Empty, U-Sym,
// U-Local, U-Rec,
Ctx-Lub-Empty, Ctx-Lub-Sym,
Ctx-Lub-1, "",
Ctx-Lub-2, "",
Expand Down Expand Up @@ -182,9 +180,7 @@ fun use_f(x: unique) {
Assign-Borrowed-Field, "",
Assign-Call, "",
Call, "",
// Return-Null, "",
Return-p, "",
// Return-m, "",
)

*Note:* Since they can be easily desugared, there are no rules for returnning `null` or a method call.
Expand Down

0 comments on commit 0280a80

Please sign in to comment.