aboutsummaryrefslogtreecommitdiffhomepage
path: root/dev
diff options
context:
space:
mode:
authorGravatar Maxime Dénès <mail@maximedenes.fr>2016-07-01 13:57:14 +0200
committerGravatar Maxime Dénès <mail@maximedenes.fr>2016-07-01 17:26:08 +0200
commit1b09098cc4830f262820d2935a9cd0afa383ed3f (patch)
tree6ca260dfda3b6d95ff26be24e39010e2c82f881d /dev
parent3e1e8e5792b43be83da2cca8102418aa9b73b9b3 (diff)
Add and document match, fix and cofix reduction flags.
Diffstat (limited to 'dev')
-rw-r--r--dev/doc/changes.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/dev/doc/changes.txt b/dev/doc/changes.txt
index dd0a81603..4ce133844 100644
--- a/dev/doc/changes.txt
+++ b/dev/doc/changes.txt
@@ -48,6 +48,9 @@ Reductionops.whd_betadeltaiotaeta_stack
Reductionops.whd_betadeltaiotaeta_state
Reductionops.whd_betadeltaiotaeta
+In intf/genredexpr.mli, fIota was replaced by FMatch, FFix and
+FCofix. Similarly, rIota was replaced by rMatch, rFix and rCofix.
+
** Notation_ops **
Use Glob_ops.glob_constr_eq instead of Notation_ops.eq_glob_constr.