diff options
| author | herbelin | 2003-06-10 21:34:11 +0000 |
|---|---|---|
| committer | herbelin | 2003-06-10 21:34:11 +0000 |
| commit | a7e09f60ae36031f24d17c6dd3de5f672943b831 (patch) | |
| tree | 9aa24752622df546da23682e55e2ca3d563c140a | |
| parent | e4ae86f9cfd7125f71b6741b4216e4162e57b13f (diff) | |
MAJ
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@4135 85f007b7-540e-0410-9357-904b9bb8a0f7
| -rw-r--r-- | CHANGES | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -18,12 +18,15 @@ Syntax translator - Unsafe for annotation Cases when constructors coercions are used or when annotations are eta-reduced predicates - Recursive keyword set by default (and no longer needed) in Tactic Definition +- Notation for record projection Syntax for arithmetic - Notation "=" and "<>" in Z and R are no longer implicitly in Z or R (with possible introduction of a coercion), use <Z>...=... or <Z>...<>... instead +- "inject_nat" renamed into "INZ"; "INZ" from Reals do not longer exist +- Locate applied to symbols also searches for substrings Vernacular commands @@ -67,6 +70,7 @@ Tactic language - Fail tactic now accepts a failure message - New primitive tactic "FreshId" to generate new names +- Debugger prints levels of calls Tactics |
