aboutsummaryrefslogtreecommitdiffhomepage
path: root/CHANGES
diff options
context:
space:
mode:
authorGravatar Hugo Herbelin <Hugo.Herbelin@inria.fr>2017-08-14 19:51:45 +0200
committerGravatar Hugo Herbelin <Hugo.Herbelin@inria.fr>2018-02-20 10:03:06 +0100
commit149997b59c6711c551490c4e7601eaac59f5f675 (patch)
tree4e8c9107082ce303075ff9caefcf14482c0fba47 /CHANGES
parentedd0d22429354a5f2c703a8c7bd1f775e2f97d9e (diff)
A first step at refreshing and documenting the new feature.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 8fa69fd7a..d597bf7a6 100644
--- a/CHANGES
+++ b/CHANGES
@@ -13,6 +13,9 @@ Notations
whether they are in an opened scope or not.
- Notations can now refer to the syntactic category of patterns (as in
"fun 'pat =>" or "match p with pat => ... end").
+- Recursive notations now support ".." patterns with several
+ occurrences of the recursive term or binder, possibly mixing terms
+ and binders, possibly in reverse left-to-right order.
Specification language