diff options
| author | Maxime Dénès | 2016-07-01 13:57:14 +0200 |
|---|---|---|
| committer | Maxime Dénès | 2016-07-01 17:26:08 +0200 |
| commit | 1b09098cc4830f262820d2935a9cd0afa383ed3f (patch) | |
| tree | 6ca260dfda3b6d95ff26be24e39010e2c82f881d /tactics | |
| parent | 3e1e8e5792b43be83da2cca8102418aa9b73b9b3 (diff) | |
Add and document match, fix and cofix reduction flags.
Diffstat (limited to 'tactics')
| -rw-r--r-- | tactics/tactics.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tactics/tactics.ml b/tactics/tactics.ml index 9a39773a84..61aaef871d 100644 --- a/tactics/tactics.ml +++ b/tactics/tactics.ml @@ -4944,7 +4944,7 @@ module New = struct let reduce_after_refine = reduce - (Lazy {rBeta=true;rIota=true;rZeta=false;rDelta=false;rConst=[]}) + (Lazy {rBeta=true;rMatch=true;rFix=true;rCofix=true;rZeta=false;rDelta=false;rConst=[]}) {onhyps=None; concl_occs=AllOccurrences } let refine ?unsafe c = |
