diff options
| author | Théo Zimmermann | 2018-08-17 17:53:55 +0200 |
|---|---|---|
| committer | Théo Zimmermann | 2018-08-27 20:00:58 +0200 |
| commit | a71ac77f94936319e7e47bedecb44c2b75f73d5e (patch) | |
| tree | dd0b40a9b5a4bbc274331059a2c0f3b7aba01257 /CHANGES | |
| parent | d5c9c90b9760bd51136f0ccbb041f8697ad0a081 (diff) | |
Document focusing on named goals.
Diffstat (limited to 'CHANGES')
| -rw-r--r-- | CHANGES | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -48,6 +48,12 @@ Tactics may need to add `Require Import Lra` to your developments. For compatibility, we now define `fourier` as a deprecated alias of `lra`. +Focusing + +- Focusing bracket `{` now supports named goal selectors, + e.g. `[x]: {` will focus on a goal (existential variable) named `x`. + As usual, unfocus with `}` once the sub-goal is fully solved. + Standard Library - Added `Ascii.eqb` and `String.eqb` and the `=?` notation for them, |
