Skip to content

Commit

Permalink
formalism: Fix various typos in marked section
Browse files Browse the repository at this point in the history
  • Loading branch information
mirryi committed Oct 9, 2023
1 parent 05f7011 commit a99d58a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions formalism/marked.tex
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ \subsection{Unmarked expressions}
}

\inferrule[USLam]{
\ctxSynTypeU{\extendCtx{\ctx}{x}{\TMV}}{\EMV}{\TMV_2}
\ctxSynTypeU{\extendCtx{\ctx}{x}{\TMV_1}}{\EMV}{\TMV_2}
}{
\ctxSynTypeU{\ctx}{\ELam{x}{\TMV_1}{\EMV}}{\TArrow{\TMV_1}{\TMV_2}}
}
Expand Down Expand Up @@ -388,7 +388,7 @@ \subsection{Marking}
\ctxSynFixedInto{\ctx}{\EMV}{\ECMV}{\TMV} \\
\notMatchedProd{\TMV}
}{
\ctxSynFixedInto{\ctx}{\EProjL{\EMV}}{\ECProjLSynNonMatchedProd{\ECMV}}{\TMV_1}
\ctxSynFixedInto{\ctx}{\EProjL{\EMV}}{\ECProjLSynNonMatchedProd{\ECMV}}{\TUnknown}
}

\inferrule[MKSProjR1]{
Expand All @@ -402,7 +402,7 @@ \subsection{Marking}
\ctxSynFixedInto{\ctx}{\EMV}{\ECMV}{\TMV} \\
\notMatchedProd{\TMV}
}{
\ctxSynFixedInto{\ctx}{\EProjR{\EMV}}{\ECProjRSynNonMatchedProd{\ECMV}}{\TMV_2}
\ctxSynFixedInto{\ctx}{\EProjR{\EMV}}{\ECProjRSynNonMatchedProd{\ECMV}}{\TUnknown}
}
\end{mathpar} \\

Expand Down Expand Up @@ -502,7 +502,7 @@ \subsection{Marked expressions}
}

\inferrule[MSLam]{
\ctxSynTypeM{\extendCtx{\ctx}{x}{\TMV}}{\ECMV}{\TMV_2}
\ctxSynTypeM{\extendCtx{\ctx}{x}{\TMV_1}}{\ECMV}{\TMV_2}
}{
\ctxSynTypeM{\ctx}{\ECLam{x}{\TMV_1}{\ECMV}}{\TArrow{\TMV_1}{\TMV_2}}
}
Expand Down

0 comments on commit a99d58a

Please sign in to comment.