aboutsummaryrefslogtreecommitdiff
path: root/doc/changelog
diff options
context:
space:
mode:
authorPierre-Marie Pédrot2020-03-05 12:40:17 +0100
committerPierre-Marie Pédrot2020-03-05 12:40:17 +0100
commitdca89bdb43c1fe557f1cf681da273f6a8993c338 (patch)
tree068e758c7eb550bb35596f2f253e1ca4e6dc328f /doc/changelog
parenta3d1646b59b4233b87b902b627583cf9f028311d (diff)
parent7c1733040a19846359cdf7725b20c93398b50d3b (diff)
Merge PR #11522: Adding an alias `pose proof (x:=t)` for `pose proof t as x` following the model of `pose (x:=t)`.
Reviewed-by: Zimmi48 Reviewed-by: ppedrot
Diffstat (limited to 'doc/changelog')
-rw-r--r--doc/changelog/04-tactics/11522-master+pose-proof-wo-as-syntax.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/changelog/04-tactics/11522-master+pose-proof-wo-as-syntax.rst b/doc/changelog/04-tactics/11522-master+pose-proof-wo-as-syntax.rst
new file mode 100644
index 0000000000..3dd103b115
--- /dev/null
+++ b/doc/changelog/04-tactics/11522-master+pose-proof-wo-as-syntax.rst
@@ -0,0 +1,6 @@
+- **Added:**
+ Syntax :n:`pose proof (@ident:=@term)` as an
+ alternative to :n:`pose proof @term as @ident`, following the model of
+ :n:`pose (@ident:=@term)`. See documentation of :tacn:`pose proof`
+ (`#11522 <https://github.com/coq/coq/pull/11522>`_,
+ by Hugo Herbelin).