aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorThéo Zimmermann2019-10-23 16:04:32 +0200
committerThéo Zimmermann2019-10-23 16:04:32 +0200
commite6991dce306c41352c359a8ba5d6d9d6c5e6dfb2 (patch)
tree4a64867766bc6978612516f3198a0348dc714440 /doc
parent0a2130e19c7f9af31e0a2eee74bf24af9619d0ec (diff)
parentb70084255c48479c061e7c0407359ceadc48e72f (diff)
Merge PR #10932: Add a notation for the empty type.
Reviewed-by: Zimmi48 Reviewed-by: amahboubi
Diffstat (limited to 'doc')
-rw-r--r--doc/changelog/06-ssreflect/10932-void-type-ssr.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/changelog/06-ssreflect/10932-void-type-ssr.rst b/doc/changelog/06-ssreflect/10932-void-type-ssr.rst
new file mode 100644
index 0000000000..7366ef1190
--- /dev/null
+++ b/doc/changelog/06-ssreflect/10932-void-type-ssr.rst
@@ -0,0 +1,3 @@
+- Add a :g:`void` notation for the standard library empty type (:g:`Empty_set`)
+ (`#10932 <https://github.com/coq/coq/pull/10932>`_, by Arthur Azevedo de
+ Amorim).