Skip to content
Snippets Groups Projects
Commit 3494dfba authored by Ralf Jung's avatar Ralf Jung
Browse files

fix strange scope error with Coq 8.10

parent 93429372
No related branches found
No related tags found
No related merge requests found
...@@ -205,7 +205,7 @@ Section lemmas. ...@@ -205,7 +205,7 @@ Section lemmas.
rewrite /gmap_view_auth /gmap_view_frag. rewrite /gmap_view_auth /gmap_view_frag.
rewrite view_both_valid. setoid_rewrite gmap_view_rel_lookup. rewrite view_both_valid. setoid_rewrite gmap_view_rel_lookup.
split; intros Hm; split. split; intros Hm; split.
- apply (Hm 0). - apply (Hm 0%nat).
- apply equiv_dist=>n. apply Hm. - apply equiv_dist=>n. apply Hm.
- apply Hm. - apply Hm.
- revert n. apply equiv_dist. apply Hm. - revert n. apply equiv_dist. apply Hm.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment