aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorherbelin2008-05-24 12:17:20 +0000
committerherbelin2008-05-24 12:17:20 +0000
commitebf38f04cad3c4abbb779c3c40c1ba6d69bc0f71 (patch)
treec64292d4f8533f12a9dcdc3babe11d6df290d48d /CHANGES
parent311373891569f2c44db11d481fa6663876e784fa (diff)
Ajout de la possibilité d'utiliser fix/cofix dans les notations.
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@10981 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 f6ced6768e..f18e1c5752 100644
--- a/CHANGES
+++ b/CHANGES
@@ -113,6 +113,7 @@ Notations, coercions, implicit arguments and type inference
- Support for parametric notations defining constants.
- Insertion of coercions below product types refrains to unfold
constants (possible source of incompatibility).
+- New support for fix/cofix in notations.
Tactic Language