diff options
| author | Maxime Dénès | 2018-01-16 13:34:46 +0100 |
|---|---|---|
| committer | Maxime Dénès | 2018-01-16 13:34:46 +0100 |
| commit | b0ac9d9748440badec581a3a804caec09c6df49d (patch) | |
| tree | 73ff209532c950b2a83854ebc015a58cad864798 /CHANGES | |
| parent | 8ea2a8307a8d96f8275ebbd9bd4cbd1f6b0a00c6 (diff) | |
| parent | 1856d60057ac9096c791d71d4282c0cdfef85913 (diff) | |
Merge PR #6551: Bracket with goal selector
Diffstat (limited to 'CHANGES')
| -rw-r--r-- | CHANGES | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -41,6 +41,12 @@ Tactics Heap, which performs a major garbage collection and heap compaction in the OCaml run-time system. +Focusing + +- Focusing bracket `{` now supports single-numbered goal selector, + e.g. `2: {` will focus on the second sub-goal. As usual, unfocus + with `}` once the sub-goal is fully solved. + Vernacular Commands - The deprecated Coercion Local, Open Local Scope, Notation Local syntax |
