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

add iCombine FIXME

parent 7d395a7e
No related branches found
No related tags found
No related merge requests found
......@@ -82,6 +82,7 @@ Section lemmas.
(* higher cost than the Fractional instance, which is used for a1 = a2 *)
Proof.
rewrite /CombineSepAs /IsOp => ->. iIntros "[H1 H2]".
(* FIXME: in the future a single [iCombine] should suffice here. *)
iCombine "H1 H2" gives %[_ ->].
by iCombine "H1 H2" as "H".
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