diff options
Diffstat (limited to 'plugins')
| -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 72613624ba..fd54584bc8 100644 --- a/plugins/funind/recdef.ml +++ b/plugins/funind/recdef.ml @@ -674,7 +674,7 @@ let mkDestructEq : [Simple.generalize new_hyps; (fun g2 -> change_in_concl None - (fun env sigma -> + (fun sigma -> pattern_occs [Locus.AllOccurrencesBut [1], expr] (pf_env g2) sigma (pf_concl g2)) g2); Proofview.V82.of_tactic (simplest_case expr)]), to_revert |
