Skip to content

Commit

Permalink
formalism: Fix some typos
Browse files Browse the repository at this point in the history
  • Loading branch information
mirryi committed Oct 25, 2023
1 parent 9ac79f4 commit 21963d7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions formalism/marked.tex
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ \subsection{Marking}
\inferrule[MKALam3]{
\matchedArrow{\TMV_3}{\TMV_1}{\TMV_2} \\
\inconsistent{\TMV}{\TMV_1} \\
\ctxAnaFixedInto{\extendCtx{\ctx}{x}{\TMV_1}}{\EMV}{\ECMV}{\TMV_2}
\ctxAnaFixedInto{\extendCtx{\ctx}{x}{\TMV}}{\EMV}{\ECMV}{\TMV_2}
}{
\ctxAnaFixedInto{\ctx}{\ELam{x}{\TMV}{\EMV}}{\ECLamInconAsc{x}{\TMV}{\ECMV}}{\TMV_3}
}
Expand Down Expand Up @@ -557,7 +557,7 @@ \subsection{Marked expressions}
\inferrule[MSIf]{
\ctxAnaTypeM{\ctx}{\ECMV_1}{\TBool} \\
\ctxSynTypeM{\ctx}{\ECMV_2}{\TMV_1} \\
\ctxSynTypeM{\ctx}{\ECMV_3}{\TMV_2}
\ctxSynTypeM{\ctx}{\ECMV_3}{\TMV_2} \\
\TMV_3 = \TMeet{\TMV_1}{\TMV_2}
}{
\ctxSynTypeM{\ctx}{\ECIf{\ECMV_1}{\ECMV_2}{\ECMV_3}}{\TMV_3}
Expand Down
2 changes: 1 addition & 1 deletion formalism/polymorphism.tex
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ \subsection{Marking}
\tvarCtxTypeMarkedInto{\tvarCtx}{\TMV_2}{\MTMV_2} \\
\notMatchedForall{\MTMV}
}{
\bothCtxSynFixedInto{\tvarCtx}{\ctx}{\ETypeAp{\EMV}{\TMV_2}}{\ECTypeAp{\ECMV}{\MTMV_2}}{\MTUnknown}
\bothCtxSynFixedInto{\tvarCtx}{\ctx}{\ETypeAp{\EMV}{\TMV_2}}{\ECTypeApSynNonMatchedForall{\ECMV}{\MTMV_2}}{\MTUnknown}
}
\end{mathpar}

Expand Down

0 comments on commit 21963d7

Please sign in to comment.