diff options
| author | Hugo Herbelin | 2018-02-23 11:14:54 +0100 |
|---|---|---|
| committer | Hugo Herbelin | 2018-02-28 19:44:38 +0100 |
| commit | ccb7bd2948e9bd84997f3461257b2ce1c7ad3e6a (patch) | |
| tree | 4c9604bcaec5d10b3cc94c70df9b78991ec79a59 /CHANGES | |
| parent | 0c5f0afffd37582787f79267d9841259095b7edc (diff) | |
Added tacticals assert_succeeds/assert_fails (courtesy of Jason Gross).
Diffstat (limited to 'CHANGES')
| -rw-r--r-- | CHANGES | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -54,6 +54,9 @@ Tactics with let bindings in the parameters. - The tactic "dtauto" now handles some inductives such as "@sigT A (fun _ => B)" as non-dependent conjunctions. +- Added tactics "assert_succeeds tac" and "assert_fails tac" to ensure + properties of the executation of a tactic without keeping the effect + of the execution. Focusing |
