Skip to content

Commit

Permalink
Adapt w.r.t. coq/coq#16910. (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
ppedrot authored Nov 29, 2022
1 parent d644f09 commit c26f81b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Rewriter/Util/ListUtil.v
Original file line number Diff line number Diff line change
Expand Up @@ -1399,7 +1399,7 @@ Proof.
| Some v => fun _ => v
| None => fun bad => match _ : False with end
end eq_refl).
apply (proj1 (@nth_error_None _ _ _)) in bad; instantiate; generalize dependent (length ls); clear.
apply (proj1 (@nth_error_None _ _ _)) in bad; generalize dependent (length ls); clear.
abstract (intros; lia).
Defined.

Expand Down

0 comments on commit c26f81b

Please sign in to comment.