aboutsummaryrefslogtreecommitdiffhomepage
path: root/CHANGES
diff options
context:
space:
mode:
authorGravatar Pierre-Marie Pédrot <pierre-marie.pedrot@inria.fr>2014-01-25 00:15:28 +0100
committerGravatar Pierre-Marie Pédrot <pierre-marie.pedrot@inria.fr>2014-01-25 00:15:28 +0100
commit6638997f6c975e88a35ccd260d0c40c287391a45 (patch)
tree0b919f5e8089c34ea01d7e0c1971ce97fb0c6b84 /CHANGES
parentc8bd5bc0f434d95f3244e44f7bc1731db3448050 (diff)
More in CHANGES.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES10
1 files changed, 9 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index d1b7327b1..6ad0f74be 100644
--- a/CHANGES
+++ b/CHANGES
@@ -14,13 +14,21 @@ Vernacular commands
name "Search" now behaves like former "SearchAbout". The latter name
is deprecated.
-Specification Language
+Notations
- 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)
+- Notations accept term-provinding tactics using the $(...)$ syntax.
+
+Specification Language
+
- Slight changes in unification error messages.
- Added a syntax $(...)$ allowing to put tactics in terms.
+- Constants in pattern-matching branches now respect the same rules regarding
+ implicit arguments than in applicative position. The old behaviour can be
+ recovered by the command "Set Asymmetric Patterns". (possible source of
+ incompatibilities)
Tactics