From ae1eb22a1365a6f477fc328eabf821fd346b5f0b Mon Sep 17 00:00:00 2001 From: Gaëtan Gilbert Date: Mon, 28 Oct 2019 16:02:51 +0100 Subject: Doc: index command Arguments with assert --- doc/sphinx/language/gallina-extensions.rst | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'doc') diff --git a/doc/sphinx/language/gallina-extensions.rst b/doc/sphinx/language/gallina-extensions.rst index f477bf239d..f50cf9340c 100644 --- a/doc/sphinx/language/gallina-extensions.rst +++ b/doc/sphinx/language/gallina-extensions.rst @@ -1927,9 +1927,11 @@ Renaming implicit arguments This command is used to redefine the names of implicit arguments. -With the assert flag, ``Arguments`` can be used to assert that a given -object has the expected number of arguments and that these arguments -are named as expected. +.. cmd:: Arguments @qualid {* @name} : assert + :name: Arguments (assert) + + This command is used to assert that a given object has the expected + number of arguments and that these arguments are named as expected. .. example:: (continued) -- cgit v1.2.3 From d9892ecc6cc647ffc8803b17350f46ce6b901410 Mon Sep 17 00:00:00 2001 From: Gaëtan Gilbert Date: Wed, 30 Oct 2019 13:14:50 +0100 Subject: changelog for #10985 --- doc/changelog/02-specification-language/10985-about-arguments.rst | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 doc/changelog/02-specification-language/10985-about-arguments.rst (limited to 'doc') diff --git a/doc/changelog/02-specification-language/10985-about-arguments.rst b/doc/changelog/02-specification-language/10985-about-arguments.rst new file mode 100644 index 0000000000..1e05b0b0fe --- /dev/null +++ b/doc/changelog/02-specification-language/10985-about-arguments.rst @@ -0,0 +1,5 @@ +- The output of the :cmd:`Print` and :cmd:`About` commands has + changed. Arguments meta-data is now displayed as the corresponding + :cmd:`Arguments ` command instead of the + human-targeted prose used in previous Coq versions. (`#10985 + `_, by Gaëtan Gilbert). -- cgit v1.2.3