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

Forward compatibility patch for stdpp!555

parent 4189caeb
No related branches found
No related tags found
No related merge requests found
Pipeline #115986 failed
...@@ -161,8 +161,7 @@ Section offerReg_rules. ...@@ -161,8 +161,7 @@ Section offerReg_rules.
symmetry. apply agree_included. symmetry. apply agree_included.
by apply to_agree_included. by apply to_agree_included.
+ rewrite lookup_singleton_ne; eauto. + rewrite lookup_singleton_ne; eauto.
destruct ((offerize <$> N !! i)) as [?|] eqn:He; by case: ((offerize <$> N !! i)). }
rewrite He; simpl; done. }
by rewrite Hfoo. by rewrite Hfoo.
Qed. 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