aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
diff options
context:
space:
mode:
authorGravatar Gaëtan Gilbert <gaetan.gilbert@skyskimmer.net>2017-11-24 23:27:52 +0100
committerGravatar Gaëtan Gilbert <gaetan.gilbert@skyskimmer.net>2017-12-14 14:19:07 +0100
commite0ed58e702ea89db0d397d66ce0e223ac8ff50a8 (patch)
tree052797a5d8e58dc95c839ba27cddef58df6acd9d /doc
parentc43e06c343e2157b839dab8d62fb8345d3238c3c (diff)
Document Rewriting Schemes (quickly).
Diffstat (limited to 'doc')
-rw-r--r--doc/refman/RefMan-sch.tex4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/refman/RefMan-sch.tex b/doc/refman/RefMan-sch.tex
index 45460bc37..30724759d 100644
--- a/doc/refman/RefMan-sch.tex
+++ b/doc/refman/RefMan-sch.tex
@@ -130,6 +130,7 @@ conclusion is {\tt (n:nat)(even n)->(Q n)}.
\optindex{Record Elimination Schemes}
\optindex{Case Analysis Schemes}
\optindex{Decidable Equality Schemes}
+\optindex{Rewriting Schemes}
\label{set-nonrecursive-elimination-schemes}
}
@@ -158,6 +159,9 @@ However you have to be careful with this option since
\Coq~ may now reject well-defined inductive types because it cannot compute
a Boolean equality for them.
+The {\tt Rewriting Schemes} flag governs generation of equality
+related schemes such as congruence.
+
\subsection{\tt Combined Scheme}
\label{CombinedScheme}
\comindex{Combined Scheme}