Skip to content
Snippets Groups Projects

make sure std++ does not rely on generated names

Merged Ralf Jung requested to merge ci/ralf/mangle into master
1 unresolved thread

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
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;
  • Ralf Jung
  • Ralf Jung added 1 commit

    added 1 commit

    • d9536025 - add FIXMEs for Coq bug work-arounds

    Compare with previous version

  • Ralf Jung enabled an automatic merge when the pipeline for d9536025 succeeds

    enabled an automatic merge when the pipeline for d9536025 succeeds

  • merged

  • Ralf Jung mentioned in commit b4688b8a

    mentioned in commit b4688b8a

  • Robbert Krebbers mentioned in merge request !179 (merged)

    mentioned in merge request !179 (merged)

  • Please register or sign in to reply
    Loading