writing
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
\begin{figure}[ht]
|
||||
\begin{tabular}{cc}
|
||||
|
||||
\begin{minipage}[t]{0.45\hsize}
|
||||
\begin{minipage}[t]{0.4\hsize}
|
||||
\centering
|
||||
\begin{equation*}
|
||||
\frac{\Gamma, x:\tau_a \vdash e:\tau_b}{\Gamma \vdash \lambda x.e:\tau_a \to \tau_b }
|
||||
\end{equation*}\textrm{T-LAM}
|
||||
\end{equation*}\textrm{T-LAMBDA}
|
||||
\end{minipage} &
|
||||
|
||||
\begin{minipage}[t]{0.45\hsize}
|
||||
\begin{minipage}[t]{0.5\hsize}
|
||||
\centering
|
||||
\begin{equation*}
|
||||
\frac{ \Gamma \vdash e_1:N \quad \Gamma \vdash e_2:\tau }{\Gamma \vdash delay\ e_1\ e_2 : \tau}
|
||||
@@ -22,7 +22,7 @@
|
||||
\end{equation*}\textrm{T-FEED}
|
||||
\end{minipage}&
|
||||
|
||||
\begin{minipage}[t]{0.45\hsize}
|
||||
\begin{minipage}[t]{0.5\hsize}
|
||||
\centering
|
||||
\begin{equation*}
|
||||
\frac{ \Gamma \vdash e_c : R\ \Gamma \vdash e_t:\tau\ \Gamma \vdash e_e:\tau }{\Gamma \vdash if\ (e_c)\ e_t\ e_e\ : \tau}
|
||||
@@ -30,5 +30,5 @@
|
||||
\end{minipage}\\
|
||||
|
||||
\end{tabular}
|
||||
\caption{\label{fig:typing}{\it Typing rules for lambda abstraction and feed abstraction in $\lambda_{mmm}$.}}
|
||||
\caption{\label{fig:typing}{\it Excerpt of the typing rules for \lambdammm.}}
|
||||
\end{figure}
|
||||
Reference in New Issue
Block a user