Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dalcde committed Sep 3, 2016
1 parent f5a48e6 commit df3bbfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unary.tex
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ \subsection{Primitive cuts}
Formally, this means the rules are now:
\begin{mathpar}
\inferrule{f\in\cG(A,B)}{f:(A\types B)}\and
\inferrule{A\in\cG}{\idfunc_A : (A\types B)}\and
\inferrule{A\in\cG}{\idfunc_A : (A\types A)}\and
\inferrule{\phi:(A\types B) \\ \psi:(B\types C)}{\psi\comp{B} \phi:(A\types C)}
\end{mathpar}
% TODO: Mention somewhere the assumptions of "external" facts as premises
Expand Down

0 comments on commit df3bbfa

Please sign in to comment.