Skip to content

rename insert_delete → insert_delete_insert; add new insert_delete matching delete_insert

Ralf Jung requested to merge ralf/insert_delete into master

As discussed this is currently inconsistent.

I propose we use insert_delete for the lemma with a precondition since it is used 7 times in std++ after this MR; the one without a precondition is used just 3 times (one of which is to prove insert_delete).

Merge request reports