make sure std++ does not rely on generated names
1 unresolved thread
1 unresolved thread
Merge request reports
Activity
Filter activity
mentioned in merge request !181 (closed)
180 180 Sorted R l1 → Sorted R l2 → Sorted R (list_merge R l1 l2). 181 181 Proof. 182 182 intros Hl1. revert l2. induction Hl1 as [|x1 l1 IH1]; 183 induction 1 as [|x2 l2 IH2]; rewrite ?list_merge_cons; simpl; 183 induction 1 as [|x2 l2 IH2 ?]; rewrite ?list_merge_cons; simpl; The trailing
?
here is needed to work around https://github.com/coq/coq/issues/12944. Not sure if you'd prefer to wait for that Coq issue to be fixed instead.
- Resolved by Ralf Jung
- Resolved by Ralf Jung
:+1 for this MR. Apart from adding a FIXME to track the Coq bug, LGTM.
I think we should do the same for Iris :)
enabled an automatic merge when the pipeline for d9536025 succeeds
mentioned in commit b4688b8a
mentioned in merge request !179 (merged)
Please register or sign in to reply