aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorherbelin2013-02-17 14:56:14 +0000
committerherbelin2013-02-17 14:56:14 +0000
commit98ffcfb509b2438410cb044507efb65ea09ee3be (patch)
tree00018501215b060786f529c01a254081e6391067 /CHANGES
parentf5e644a53c69392f94eae01dd71ab79b4700a892 (diff)
Displaying environment and unfolding aliases in "cannot_unify"
error. Maybe displaying environment is making output overly verbose, but this can also be considered an IDE issue, which would e.g. provide a button to hide/display environment of the error message... Also added some "make_all_name_different" which should probably prevent some anomalies "index to an anonymous variable" at error reporting time. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@16208 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 a8de063188..065892e5a5 100644
--- a/CHANGES
+++ b/CHANGES
@@ -14,6 +14,7 @@ Specification Language
- The syntax "x -> y" is now declared at level 99. In particular, it has
now a lower priority than "<->": "A -> B <-> C" is now "A -> (B <-> C)"
(possible source of incompatibilities)
+- Slight changes in unification error messages.
Tactics