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

CHANGELOG.

parent 2638b55d
No related branches found
No related tags found
No related merge requests found
......@@ -95,6 +95,12 @@ Coq development, but not every API-breaking change is listed. Changes marked
* Better support for telescopes in the proof mode, i.e., all tactics should
recognize and distribute telescopes now.
* Remove namespace `N` from `is_lock`.
* Make lemma `Excl_included` a bi-implication.
* Add lemma `singleton_included : {[ i := x ]} ≼ ({[ i := y ]} ↔ x ≡ y ∨ x ≼ y`,
and rename existing asymmetric lemmas (with a singleton on just the LHS):
+ `singleton_includedN``singleton_includedN_l`.
+ `singleton_included``singleton_included_l`.
+ `singleton_included_exclusive_l``singleton_included_exclusive`
**Changes in heap_lang:**
......
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