Skip to content

Commit

Permalink
Adapt w.r.t. coq/coq#18909.
Browse files Browse the repository at this point in the history
  • Loading branch information
ppedrot committed Apr 9, 2024
1 parent 74918fc commit 2c0abea
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 2c0abea

Please sign in to comment.