diff options
| author | herbelin | 2002-10-13 13:24:22 +0000 |
|---|---|---|
| committer | herbelin | 2002-10-13 13:24:22 +0000 |
| commit | 9378fe521718b42774727b6266159f0f0b804917 (patch) | |
| tree | 25169944ff9fdace86f7ae81c3d102791c99470b | |
| parent | 3ea8b49d45826a54d21a9ffe9998c006b3e74623 (diff) | |
MAJ
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@3129 85f007b7-540e-0410-9357-904b9bb8a0f7
| -rw-r--r-- | CHANGES | 13 |
1 files changed, 12 insertions, 1 deletions
@@ -1,6 +1,12 @@ Changes from V7.3.1 to ???? ------------------------- +Symbolic notations + +- precedence of + (sum) and * (prod) moved to 7 (like \/) and 6 (like /\) +- introduction of a notion of scope gathering notations in a consistent set; + set a notation sets has been developped for nat, Z and R + Library - Lemmas in Compare_dec.v (le_lt_dec, ...) are now transparent. This @@ -28,6 +34,7 @@ ML tactic and vernacular commands - Concrete syntax for ML written vernacular commands and tactics is now declared at ML level using camlp4 macros TACTIC EXTEND et VERNAC COMMAND EXTEND. +- "Check n c" now "n:Check c", "Eval n ..." now "n:Eval ..." Tactic definitions @@ -39,7 +46,7 @@ Tactic definitions Tactics -- Double Induction now referring to hypotheses like "Intro until" +- Double Induction now referring to hypotheses like "Intros until" - "Inversion" now applies also on quantified hypotheses (naming as for Intros until) - NewDestruct now accepts terms with missing hypotheses @@ -61,6 +68,10 @@ Incompatibilities proofs; in some cases, incompatibilites is solved by declaring locally opaque the relevant constant) +Bugs + +- Improved localisation of errors in Syntactic Definitions + Changes from V7.3 to V7.3.1 =========================== |
