aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Matej Kosik <m4tej.kosik@gmail.com>2015-11-04 19:26:26 +0100
committerGravatar Hugo Herbelin <Hugo.Herbelin@inria.fr>2015-12-10 09:35:14 +0100
commit2b7368ae43fefb6f151b7032b351f0da796f6cc3 (patch)
tree867a7941e3ae04a5b16515ec10420ca978b4c1e5
parentd62af5e39af63387f60dd0a92d9fbfd65974fcae (diff)
COMMENT: to do
-rw-r--r--doc/refman/RefMan-cic.tex1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/refman/RefMan-cic.tex b/doc/refman/RefMan-cic.tex
index bacd62b77..ddd9f075e 100644
--- a/doc/refman/RefMan-cic.tex
+++ b/doc/refman/RefMan-cic.tex
@@ -1024,6 +1024,7 @@ The same definition on \Set{} is not allowed and fails:
Fail Inductive exSet (P:Set->Prop) : Set
:= exS_intro : forall X:Set, P X -> exSet P.
\end{coq_example}
+% TODO: add the description of the 'Fail' command to the reference manual
It is possible to declare the same inductive definition in the
universe \Type.
The \texttt{exType} inductive definition has type $(\Type_i \ra\Prop)\ra