Skip to content

Commit

Permalink
Merge pull request #1077 from ppedrot/hint-using-strict-globref
Browse files Browse the repository at this point in the history
Adapt w.r.t. coq/coq#18909.
  • Loading branch information
ppedrot authored Apr 9, 2024
2 parents 74918fc + 2c0abea commit eb4ea19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion erasure/theories/Typed/Erasure.v
Original file line number Diff line number Diff line change
Expand Up @@ -883,7 +883,7 @@ Solve All Obligations with
CoreTactics.equations_simpl; try (reduce_term_sound; destruct r); wfAbstractEnv; eauto with erase.
Next Obligation.
remember (reduce_term _ _ _ _ _ _) as _b;symmetry in Heq_b.
reduce_term_sound; destruct r; eauto using abstract_env_ext_wf with erase.
reduce_term_sound; destruct r; epose abstract_env_ext_wf; eauto with erase.
Qed.
Next Obligation.
reduce_term_sound.
Expand Down

0 comments on commit eb4ea19

Please sign in to comment.