diff options
author | Maxime Dénès <mail@maximedenes.fr> | 2016-07-01 13:57:14 +0200 |
---|---|---|
committer | Maxime Dénès <mail@maximedenes.fr> | 2016-07-01 17:26:08 +0200 |
commit | 1b09098cc4830f262820d2935a9cd0afa383ed3f (patch) | |
tree | 6ca260dfda3b6d95ff26be24e39010e2c82f881d /plugins/funind | |
parent | 3e1e8e5792b43be83da2cca8102418aa9b73b9b3 (diff) |
Add and document match, fix and cofix reduction flags.
Diffstat (limited to 'plugins/funind')
-rw-r--r-- | plugins/funind/recdef.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/funind/recdef.ml b/plugins/funind/recdef.ml index e742f7b80..ceea4fa53 100644 --- a/plugins/funind/recdef.ml +++ b/plugins/funind/recdef.ml @@ -161,7 +161,7 @@ let rec n_x_id ids n = let simpl_iter clause = reduce (Lazy - {rBeta=true;rIota=true;rZeta= true; rDelta=false; + {rBeta=true;rMatch=true;rFix=true;rCofix=true;rZeta=true;rDelta=false; rConst = [ EvalConstRef (const_of_ref (delayed_force iter_ref))]}) clause |