aboutsummaryrefslogtreecommitdiff
path: root/dev
diff options
context:
space:
mode:
authorEmilio Jesus Gallego Arias2018-12-04 15:43:09 +0100
committerEmilio Jesus Gallego Arias2018-12-04 15:43:09 +0100
commita7f13c1c3b8ff86ec68a107937e720b80e09d520 (patch)
tree28a46c161bec07553025651bedf3b2b3959135a9 /dev
parent87c98872a68919ed9171ee4e0982519145b3e30b (diff)
parent0336e86ea5ef63a587aae695adeeb4607346c337 (diff)
Merge PR #8187: Notation printing based on scopes (take 2, including bug fixes)
Diffstat (limited to 'dev')
-rw-r--r--dev/doc/changes.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/dev/doc/changes.md b/dev/doc/changes.md
index acb0d80c18..c0f15f02a5 100644
--- a/dev/doc/changes.md
+++ b/dev/doc/changes.md
@@ -152,6 +152,12 @@ Termops
- Internal printing functions have been placed under the
`Termops.Internal` namespace.
+Notations:
+
+- Notation.availability_of_notation is not anymore needed: if a
+ delimiter is needed, it is provided by Notation.uninterp_notation
+ which fails in case the notation is not available.
+
### Unit testing
The test suite now allows writing unit tests against OCaml code in the Coq