aboutsummaryrefslogtreecommitdiff
path: root/doc/refman
diff options
context:
space:
mode:
authorMaxime Dénès2016-07-01 13:57:14 +0200
committerMaxime Dénès2016-07-01 17:26:08 +0200
commit1b09098cc4830f262820d2935a9cd0afa383ed3f (patch)
tree6ca260dfda3b6d95ff26be24e39010e2c82f881d /doc/refman
parent3e1e8e5792b43be83da2cca8102418aa9b73b9b3 (diff)
Add and document match, fix and cofix reduction flags.
Diffstat (limited to 'doc/refman')
-rw-r--r--doc/refman/RefMan-tac.tex6
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/refman/RefMan-tac.tex b/doc/refman/RefMan-tac.tex
index 2d9cc12fd7..21b72b8eff 100644
--- a/doc/refman/RefMan-tac.tex
+++ b/doc/refman/RefMan-tac.tex
@@ -3033,8 +3033,10 @@ $\beta$ (reduction of functional application), $\delta$ (unfolding of
transparent constants, see \ref{Transparent}), $\iota$ (reduction of
pattern-matching over a constructed term, and unfolding of {\tt fix}
and {\tt cofix} expressions) and $\zeta$ (contraction of local
-definitions), the flag are either {\tt beta}, {\tt delta}, {\tt iota}
-or {\tt zeta}. The {\tt delta} flag itself can be refined into {\tt
+definitions), the flags are either {\tt beta}, {\tt delta},
+{\tt match}, {\tt fix}, {\tt cofix}, {\tt iota} or {\tt zeta}.
+The {\tt iota} flag is a shorthand for {\tt match}, {\tt fix} and {\tt cofix}.
+The {\tt delta} flag itself can be refined into {\tt
delta [\qualid$_1$\ldots\qualid$_k$]} or {\tt delta
-[\qualid$_1$\ldots\qualid$_k$]}, restricting in the first case the
constants to unfold to the constants listed, and restricting in the