diff options
| author | herbelin | 2013-02-17 14:56:14 +0000 |
|---|---|---|
| committer | herbelin | 2013-02-17 14:56:14 +0000 |
| commit | 98ffcfb509b2438410cb044507efb65ea09ee3be (patch) | |
| tree | 00018501215b060786f529c01a254081e6391067 /CHANGES | |
| parent | f5e644a53c69392f94eae01dd71ab79b4700a892 (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-- | CHANGES | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |
