aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorherbelin2011-07-16 20:35:17 +0000
committerherbelin2011-07-16 20:35:17 +0000
commitb341c644ed7ad52779b148e7ba6e3dd9158c2174 (patch)
treec554a697bfa97f3c813e6e90a1d76dbe1c35f3b6 /CHANGES
parent30a54a6db8190ae1dea5a9182148cb4f38ec7e02 (diff)
Tentative abbreviation "rew Heq in H" for eq_rect. (feedback welcome)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@14281 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index d02e29e4d0..530e25096a 100644
--- a/CHANGES
+++ b/CHANGES
@@ -86,6 +86,7 @@ Libraries
Vcons become Vector.cons. You can use notations by importing
Vector.VectorNotations.
- Removal of TheoryList. Requiring List instead should work most of the time.
+- New syntax "rew Heq in H" and "rew <- Heq in H" for eq_rect and eq_rect_r.
Internal infrastructure