aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
diff options
context:
space:
mode:
authorGravatar Matej Kosik <m4tej.kosik@gmail.com>2015-11-05 16:42:26 +0100
committerGravatar Hugo Herbelin <Hugo.Herbelin@inria.fr>2015-12-10 09:35:16 +0100
commit1caa0c61b7dfd535d4b2026e83933746de19291a (patch)
tree98f7c266e04eccb6814b52f864b0c60a6610490a /doc
parent55fee343ecbb6e510aa9c2729627fe7a758f384b (diff)
TYPOGRAPHY
Diffstat (limited to 'doc')
-rw-r--r--doc/refman/RefMan-cic.tex3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/refman/RefMan-cic.tex b/doc/refman/RefMan-cic.tex
index 5a8dcfc24..79756eb2f 100644
--- a/doc/refman/RefMan-cic.tex
+++ b/doc/refman/RefMan-cic.tex
@@ -1392,8 +1392,7 @@ $I$.
\item[Prod] \inference{\frac{\compat{(I~x):A'}{B'}}
{\compat{I:\forall x:A, A'}{\forall x:A, B'}}}
\item[{\Set} \& \Type] \inference{\frac{
- s_1 \in \{\Set,\Type(j)\},
- s_2 \in \Sort}{\compat{I:s_1}{I\ra s_2}}}
+ s_1 \in \{\Set,\Type(j)\}~~~~~~~~s_2 \in \Sort}{\compat{I:s_1}{I\ra s_2}}}
\end{description}
% QUESTION: What kind of value is represented by "x" in the "numerator"?
% There, "x" is unbound. Isn't it?