aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorPierre-Marie Pédrot2013-12-11 20:54:51 +0100
committerPierre-Marie Pédrot2013-12-11 20:54:51 +0100
commitc2bb8e80ad013ae9021937b95ab01f92450341c5 (patch)
treeea46795c3e4194b2eaaaa64bb252991c807d7fb1 /CHANGES
parentb9585af9ef6e280ec1aa53e50833a3fa58c1763c (diff)
Documenting the tactic-in-term construction.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index f74566ec63..6b8663b678 100644
--- a/CHANGES
+++ b/CHANGES
@@ -20,6 +20,7 @@ Specification Language
now a lower priority than "<->": "A -> B <-> C" is now "A -> (B <-> C)"
(possible source of incompatibilities)
- Slight changes in unification error messages.
+- Added a syntax $(...)$ allowing to put tactics in terms.
Tactics