diff options
author | Vincent Laporte <Vincent.Laporte@gmail.com> | 2018-07-03 16:52:12 +0000 |
---|---|---|
committer | Vincent Laporte <Vincent.Laporte@gmail.com> | 2018-07-03 16:52:12 +0000 |
commit | cda674b91ec137bb4c995063888cc5059884ac8c (patch) | |
tree | 1e841ce8f2ff47619992cc59b87fc161a7437517 /CHANGES | |
parent | 1a4d29ea194833d337ff23320c56e7f324fa82b7 (diff) |
Document attributes.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -58,6 +58,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 |