diff options
| author | Emilio Jesus Gallego Arias | 2020-04-02 01:54:29 -0400 |
|---|---|---|
| committer | Emilio Jesus Gallego Arias | 2020-04-15 11:12:18 -0400 |
| commit | b87b27011a061ead6eca7d8630ad3f59c45877e2 (patch) | |
| tree | 3e60d7805107fc8ce2d521cfc01606e4d8952955 /dev | |
| parent | 813da65015ce35c98a9203af6ad5099e587992a5 (diff) | |
[dev] [doc] Changes.
Diffstat (limited to 'dev')
| -rw-r--r-- | dev/doc/changes.md | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/dev/doc/changes.md b/dev/doc/changes.md index eac8d86b0a..9498ab8bbb 100644 --- a/dev/doc/changes.md +++ b/dev/doc/changes.md @@ -9,6 +9,13 @@ ### ML API +Proof state and constant declaration: + +- A large consolidation of the API handling interactive and + non-interactive constant has been performed; low-level APIs are no + longer available, and the functionality of the `Proof_global` module + has been merged into `Declare`. + Notations: - Most operators on numerals have moved to file numTok.ml. @@ -68,7 +75,6 @@ Proof state: information related to the constant declaration. Some functions have been renamed from `start_proof` to `start_lemma` - Plugins that require access to the information about currently opened lemmas can add one of the `![proof]` attributes to their `mlg` entry, which will refine the type accordingly. See |
