Commit fab2d75a by Mark Cohen

Found a decent format for judgment form rules

parent 68237ad1
Showing with 11 additions and 0 deletions
......@@ -22,6 +22,9 @@
% ONE MOTHERFUCKING SPACE AFTER EACH MOTHERFUCKING SENTENCE
\frenchspacing
% judgment form
\usepackage{ebproof}
\title{[TITLE]}
\author{Mark Cohen, Adam Shaw}
\date{5 June 2019}
......@@ -29,5 +32,13 @@
\begin{document}
\maketitle
\[
\begin{array}{cl}
\textbf{PRED} & {\begin{prooftree}
\Hypo{A \vdash e :: (x :: \tau) . \rho \mapsto (\lambda x_\tau . \bar{e})}
\Infer 1 {A, (x :: \tau \mapsto x_\tau) \vdash e :: \rho \mapsto \bar{e}}
\end{prooftree}} \\
\end{array}
\]
\end{document}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment