Skip to content
Snippets Groups Projects
Commit 6b124185 authored by Robbert Krebbers's avatar Robbert Krebbers
Browse files

Forwards compatibility fix for stdpp!555

parent 439b7418
No related branches found
No related tags found
No related merge requests found
Pipeline #105293 passed
......@@ -113,8 +113,8 @@ Proof.
- rename select (_ !! _ = Some _) into H.
apply lookup_lt_Some in H. rewrite iter_up. destruct lt_dec; auto with lia.
- f_equal. eauto.
- f_equal. rewrite ->map_length in *. done.
- rewrite ->map_length in *; by f_equal.
- f_equal. rewrite ->fmap_length in *. done.
- rewrite ->fmap_length in *; by f_equal.
Qed.
(** Weakening *)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment