diff options
| author | Hugo Herbelin | 2014-08-17 17:16:58 +0200 |
|---|---|---|
| committer | Hugo Herbelin | 2014-08-18 18:56:38 +0200 |
| commit | b6c3f54d04ce441ac68ffabfca69c18847707518 (patch) | |
| tree | 6921f4ecb293e06ecaa0f13ed7deaceeaf194d76 /dev | |
| parent | 287d6f88b78634561fff65d32eeb501f12440df8 (diff) | |
A reorganization of the "assert" tactics (hopefully uniform naming
scheme, redundancies, possibility of chaining a tactic knowing the
name of introduced hypothesis, new proof engine).
Diffstat (limited to 'dev')
| -rw-r--r-- | dev/doc/changes.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dev/doc/changes.txt b/dev/doc/changes.txt index 4ea33ddbea..cea4cf1224 100644 --- a/dev/doc/changes.txt +++ b/dev/doc/changes.txt @@ -91,6 +91,9 @@ "intros_pattern" and "intros_patterns" is not anymore behaving like tactic "intros" on the empty list. +- API of cut tactics changed: cut_intro should be replaced by + "enough_tac Anonymous" + ========================================= = CHANGES BETWEEN COQ V8.3 AND COQ V8.4 = ========================================= |
