aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/refman/RefMan-cic.tex
diff options
context:
space:
mode:
authorGravatar Matej Kosik <m4tej.kosik@gmail.com>2015-11-05 15:05:47 +0100
committerGravatar Hugo Herbelin <Hugo.Herbelin@inria.fr>2015-12-10 09:35:15 +0100
commit5d32732cdf110e44a51cf6a23a8972f015e3fc88 (patch)
treef9e8d2be62dfbd958210bd5ca2e0b83f84a78f09 /doc/refman/RefMan-cic.tex
parent763723a144877582b9a5013b1c32a64de8e27db5 (diff)
COMMENT: question
Diffstat (limited to 'doc/refman/RefMan-cic.tex')
-rw-r--r--doc/refman/RefMan-cic.tex5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/refman/RefMan-cic.tex b/doc/refman/RefMan-cic.tex
index 1781d96fe..9e5f18f52 100644
--- a/doc/refman/RefMan-cic.tex
+++ b/doc/refman/RefMan-cic.tex
@@ -1258,6 +1258,11 @@ But this operator is rather tedious to implement and use. We choose in
this version of {\Coq} to factorize the operator for primitive recursion
into two more primitive operations as was first suggested by Th. Coquand
in~\cite{Coq92}. One is the definition by pattern-matching. The second one is a definition by guarded fixpoints.
+% QUESTION: Shouldn't we, instead, include a more straightforward argument:
+%
+% http://matej-kosik.github.io/www/doc/coq/notes/24__match_and_fix.html
+%
+% ?
\subsubsection[The {\tt match\ldots with \ldots end} construction.]{The {\tt match\ldots with \ldots end} construction.\label{Caseexpr}
\index{match@{\tt match\ldots with\ldots end}}}