diff options
| author | Emilio Jesus Gallego Arias | 2018-12-04 15:43:09 +0100 |
|---|---|---|
| committer | Emilio Jesus Gallego Arias | 2018-12-04 15:43:09 +0100 |
| commit | a7f13c1c3b8ff86ec68a107937e720b80e09d520 (patch) | |
| tree | 28a46c161bec07553025651bedf3b2b3959135a9 /dev | |
| parent | 87c98872a68919ed9171ee4e0982519145b3e30b (diff) | |
| parent | 0336e86ea5ef63a587aae695adeeb4607346c337 (diff) | |
Merge PR #8187: Notation printing based on scopes (take 2, including bug fixes)
Diffstat (limited to 'dev')
| -rw-r--r-- | dev/doc/changes.md | 6 |
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 |
