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

Merge branch 'fix-ssr-warning-810' into 'master'

Fix ssreflect warning on Coq 8.10

See merge request iris/iris!332
parents fad7bbcf de8e08df
No related branches found
No related tags found
No related merge requests found
......@@ -81,7 +81,7 @@ Module bi_reflection. Section bi_reflection.
Lemma flatten_cancel e e' ns :
cancel ns e = Some e' flatten e ns ++ flatten e'.
Proof.
rewrite /cancel fmap_Some=> -[{e'}e' [He ->]]; rewrite flatten_prune.
rewrite /cancel fmap_Some=> -[{e'}-e' [He ->]]; rewrite flatten_prune.
revert e' He; induction ns as [|n ns IH]=> e' He; simplify_option_eq; auto.
rewrite Permutation_middle -flatten_cancel_go //; eauto.
Qed.
......
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