diff options
author | herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2001-10-17 16:48:10 +0000 |
---|---|---|
committer | herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2001-10-17 16:48:10 +0000 |
commit | 2aee2d75aa422d0e535ca9696475c81d1c3340ba (patch) | |
tree | 2af7a805251cc1fb281cdc0751902cc6f46c7da4 | |
parent | 79757247806cffb089fab51ad6256d9e5142bbc2 (diff) |
Oubli de cas pour le sous-typage
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@8251 85f007b7-540e-0410-9357-904b9bb8a0f7
-rwxr-xr-x | doc/RefMan-cic.tex | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/RefMan-cic.tex b/doc/RefMan-cic.tex index 4fd12e0f2..278d6d1a7 100755 --- a/doc/RefMan-cic.tex +++ b/doc/RefMan-cic.tex @@ -394,6 +394,8 @@ convertibility into an order inductively defined by: \begin{enumerate} \item if $\WTEGCONV{t}{u}$ then $\WTEGLECONV{t}{u}$, \item if $i \leq j$ then $\WTEGLECONV{\Type(i)}{\Type(j)}$, +\item for any $i$, $\Prop\WTEGLECONV\Type(i)$, +\item for any $i$, $\Set\WTEGLECONV\Type(i)$, \item if $\WTEGCONV{T}{U}$ and $\WTELECONV{\Gamma::(x:T)}{T'}{U'}$ then $\WTEGLECONV{(x:T)T'}{(x:U)U'}$. \end{enumerate} |