diff options
author | Maxime Dénès <mail@maximedenes.fr> | 2018-07-09 22:16:10 +0200 |
---|---|---|
committer | Maxime Dénès <mail@maximedenes.fr> | 2018-07-09 22:16:10 +0200 |
commit | a4909dd5f8d5df773a361a7cbacefc392b7cfebd (patch) | |
tree | 7f16c4018bad54d9c1bf7c9e9d4aefacd83b2e40 /CHANGES | |
parent | c1d4dc68ace54f9ff9fd8f6466add38098ef0495 (diff) | |
parent | 420b38cba7aedfcfeac5671a7db0c02c4bb14a0c (diff) |
Merge PR #7920: Generic syntax for attributes
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -68,6 +68,8 @@ Vernacular Commands - New Set Hint Variables/Constants Opaque/Transparent commands for setting globally the opacity flag of variables and constants in hint databases, overwritting the opacity set of the hint database. +- Added generic syntax for “attributes”, as in: + `#[local] Lemma foo : bar.` Coq binaries and process model |