Skip to content

Commit

Permalink
formalism: Fix AEZipProjL and AEZipProjR
Browse files Browse the repository at this point in the history
  • Loading branch information
mirryi committed Oct 9, 2023
1 parent de0512e commit 13c28f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions formalism/untyped.tex
Original file line number Diff line number Diff line change
Expand Up @@ -590,13 +590,13 @@ \subsubsection{Expression actions}
\inferrule[AEZipProjL]{
\AUEAction{\ZMV}{\ZMV'}{\AMV}
}{
\AUEAction{\ZProjL{\ZMV}{\EMV}}{\ZProjL{\ZMV'}{\EMV}}{\AMV}
\AUEAction{\ZProjL{\ZMV}}{\ZProjL{\ZMV'}}{\AMV}
}

\inferrule[AEZipProjR]{
\AUEAction{\ZMV}{\ZMV'}{\AMV}
}{
\AUEAction{\ZProjR{\EMV}{\ZMV}}{\ZProjR{\EMV}{\ZMV'}}{\AMV}
\AUEAction{\ZProjR{\ZMV}}{\ZProjR{\ZMV'}}{\AMV}
}
\end{mathparpagebreakable}

Expand Down

0 comments on commit 13c28f1

Please sign in to comment.