From d85f1a2487f62be1daddba5be6b2db77177fbafe Mon Sep 17 00:00:00 2001 From: Ralf Jung <jung@mpi-sws.org> Date: Mon, 1 Feb 2021 10:07:30 +0100 Subject: [PATCH] changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 824c082fc..ed7c5c3ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -70,6 +70,9 @@ HeapLang, which is now in a separate package `coq-iris-heap-lang`. constructors `OfeT`→`Ofe`, `CmraT`→`Cmra`, and `UcmraT`→`Ucmra` since the `T` suffix is not needed. This change makes these names consistent with `bi`, which also does not have a `T` suffix. +* Rename typeclass instances of CMRA operational typeclasses (`Op`, `Core`, + `PCore`, `Valid`, `ValidN`, `Unit`) to have a `_instance` suffix, so that + their original names are available to use as lemma names. **Changes in `bi`:** -- GitLab