aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES10
1 files changed, 4 insertions, 6 deletions
diff --git a/CHANGES b/CHANGES
index b020256ce4..cdedac16e1 100644
--- a/CHANGES
+++ b/CHANGES
@@ -8,21 +8,19 @@ Commands
if-then-else, notations, projections)
- "Functional Scheme" and "Functional Induction" extended to polymorphic types
and dependent types
-
-Syntax
-
+- Notation now allows recursive patterns, hence recovering parts of V7 Grammar
+ fonctionalities
- Command "Print." discontinued.
-- "assert" semantics now consistent with reference manual
- Redundant syntax "Implicit Arguments On/Off" discontinued
-- Delimiting key %bool for bool_scope added
Interpretation scopes
-- Add scope %bool
+- Delimiting key %bool for bool_scope added
- Import no more needed to activate argument scopes from a module
Tactics
+- "assert" semantics now consistent with reference manual
- New tactics stepl and stepr for chaining transitivity steps
- Tactic "replace ... with ... in" added