Skip to content

Commit

Permalink
formalism: Removed unmarked marking macros and rules
Browse files Browse the repository at this point in the history
  • Loading branch information
mirryi committed Oct 4, 2023
1 parent c57371f commit 184a085
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 36 deletions.
32 changes: 0 additions & 32 deletions formalism/marked.tex
Original file line number Diff line number Diff line change
Expand Up @@ -317,22 +317,6 @@ \subsection{Marking}
\ctxSynFixedInto{\ctx}{\EAp{\EMV_1}{\EMV_2}}{\ECAp{\ECMV_1}{\ECMV_2}}{\TMV_2}
}

% \inferrule[MKSAp2]{
% \ctxSynFixedInto{\ctx}{\EMV_1}{\ECMV_1}{\TMV} \\
% \notMatchedArrow{\TMV} \\
% \ctxAnaFixedInto{\ctx}{\EMV_2}{\ECMV_2}{\TUnknown}
% }{
% \ctxSynFixedInto{\ctx}{\EAp{\EMV_1}{\EMV_2}}{\ECApNonMatched{\ECMV_1}{\ECMV_2}}{\TUnknown}
% }

% \inferrule[MKSAp2]{
% \ctxSynFixedInto{\ctx}{\EMV_1}{\ECMV_1}{\TMV} \\
% \notMatchedArrow{\TMV} \\
% \ctxAnaFixedInto{\ctx}{\EMV_2}{\ECMV_2}{\TUnknown}
% }{
% \ctxSynFixedInto{\ctx}{\EAp{\EMV_1}{\EMV_2}}{\ECApNonMatchedAlt{\ECMV_1}{\ECMV_2}}{\TUnknown}
% }

\inferrule[MKSAp2]{
\ctxSynFixedInto{\ctx}{\EMV_1}{\ECMV_1}{\TMV} \\
\notMatchedArrow{\TMV} \\
Expand Down Expand Up @@ -529,22 +513,6 @@ \subsection{Marked expressions}
\ctxSynTypeM{\ctx}{\ECAp{\ECMV_1}{\ECMV_2}}{\TMV_2}
}

% \inferrule[MSAp2]{
% \ctxSynTypeM{\ctx}{\ECMV_1}{\TMV} \\
% \notMatchedArrow{\TMV} \\
% \ctxAnaTypeM{\ctx}{\ECMV_2}{\TUnknown}
% }{
% \ctxSynTypeM{\ctx}{\ECApNonMatched{\ECMV_1}{\ECMV_2}}{\TUnknown}
% }

% \inferrule[MSAp2]{
% \ctxSynTypeM{\ctx}{\ECMV_1}{\TMV} \\
% \notMatchedArrow{\TMV} \\
% \ctxAnaTypeM{\ctx}{\ECMV_2}{\TUnknown}
% }{
% \ctxSynTypeM{\ctx}{\ECApNonMatchedAlt{\ECMV}{\ECMV}}{\TUnknown}
% }

\inferrule[MSAp2]{
\ctxSynTypeM{\ctx}{\ECMV_1}{\TMV} \\
\notMatchedArrow{\TMV} \\
Expand Down
2 changes: 0 additions & 2 deletions formalism/symbols/expressions.tex
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,6 @@
% lambdas
\newcommand{\ECLam}[3]{\ensuremath{\lambda #1 : #2. ~#3}}
\newcommand{\ECAp}[2]{\ensuremath{#1 ~#2}}
\newcommand{\ECApNonMatched}[2]{\ensuremath{\ECAp{\ECInconType{#1}}{#2}}}
\newcommand{\ECApNonMatchedAlt}[2]{\ensuremath{\textcolor{red}{[}\ECAp{#1}{#2}\textcolor{red}{]}}}

% pairs
\newcommand{\ECPair}[2]{\ensuremath{(#1, #2)}}
Expand Down
2 changes: 0 additions & 2 deletions formalism/symbols/untyped.tex
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@
\newcommand{\ZLamE}[3]{\ensuremath{\ECLam{#1}{#2}{#3}}}
\newcommand{\ZApL}[2]{\ensuremath{\ECAp{#1}{#2}}}
\newcommand{\ZApR}[2]{\ensuremath{\ECAp{#1}{#2}}}
\newcommand{\ZApNonMatchedL}[2]{\ensuremath{\ECApNonMatched{#1}{#2}}}
\newcommand{\ZApNonMatchedR}[2]{\ensuremath{\ECApNonMatched{#1}{#2}}}

% booleans
\newcommand{\ZIfC}[3]{\ensuremath{\ECIf{#1}{#2}{#3}}}
Expand Down

0 comments on commit 184a085

Please sign in to comment.