Skip to content

Commit

Permalink
Fix remove locals
Browse files Browse the repository at this point in the history
  • Loading branch information
francescoo22 committed Jul 17, 2024
1 parent c895191 commit 86c997c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/annotation-system/rules/unification.typ
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

#let Remove-Locals-Keep = prooftree(
axiom($root(p) = x$),
axiom($Delta_1 inangle(x) = alpha beta$),
axiom($Delta_1 inangle(x) = alpha' beta'$),
axiom($Delta triangle.filled.small.l Delta_1 = Delta'$),
rule(n:3, label: "Remove-Locals-Keep", $p : alpha beta, Delta triangle.filled.small.l Delta_1 = p : alpha beta, Delta'$),
)
Expand All @@ -43,7 +43,7 @@
axiom($root(p) = x$),
axiom($x in.not Delta_1$),
axiom($Delta triangle.filled.small.l Delta_1 = Delta'$),
rule(n:3, label: "Remove-Locals-Keep", $p : alpha beta, Delta triangle.filled.small.l Delta_1 = Delta'$),
rule(n:3, label: "Remove-Locals-Discard", $p : alpha beta, Delta triangle.filled.small.l Delta_1 = Delta'$),
)

#let Unify = prooftree(
Expand Down

0 comments on commit 86c997c

Please sign in to comment.