diff options
author | Arnaud Spiwack <arnaud@spiwack.net> | 2014-09-08 10:55:10 +0200 |
---|---|---|
committer | Arnaud Spiwack <arnaud@spiwack.net> | 2014-09-08 10:58:23 +0200 |
commit | 23058c691868165b0aa5e32beb92a7bb07bc4b12 (patch) | |
tree | 8f7d51783c02923c4dbe495b3c75f7a6556625cf /CHANGES | |
parent | 656fc30fb1279c4b5a0d196cb559707df74d894d (diff) |
CHANGES: Ltac's [refine] accepts [uconstr].
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -177,6 +177,8 @@ Tactics - New construct "uconstr:c" and "type_term c" to build untyped terms. - Binders in terms defined in Ltac (either "constr" or "uconstr") can now take their names from identifier defined in Ltac. +- The "refine" tactic now accepts untyped terms built with "uconstr" + so that terms with holes can be constructed piecewise in Ltac. - New bullets --, ++, **, ---, +++, ***, ... made available. - The good bullet is suggested sometimes when user gives a wrong one. - New tactic "enough", symmetric to "assert", but with subgoals |