aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorHugo Herbelin2018-02-23 11:14:54 +0100
committerHugo Herbelin2018-02-28 19:44:38 +0100
commitccb7bd2948e9bd84997f3461257b2ce1c7ad3e6a (patch)
tree4c9604bcaec5d10b3cc94c70df9b78991ec79a59 /CHANGES
parent0c5f0afffd37582787f79267d9841259095b7edc (diff)
Added tacticals assert_succeeds/assert_fails (courtesy of Jason Gross).
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 7ea23eeb7c..9dcd07ebab 100644
--- a/CHANGES
+++ b/CHANGES
@@ -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