diff options
| author | Michael Soegtrop | 2021-03-06 17:25:33 +0100 |
|---|---|---|
| committer | Michael Soegtrop | 2021-03-06 17:25:33 +0100 |
| commit | 2c47f51a9b03b962cf688967f2ad1bdf0df448c9 (patch) | |
| tree | 694d6420b8a84cdc8aec2a34f45e794e3268613f /doc | |
| parent | c738d6540ddadaa29ea6b3181f6ee462792fe9ce (diff) | |
| parent | 14875457711853bcbf7021fba9490e554324a043 (diff) | |
Merge PR #13236: Add a type of format strings to Ltac2.
Reviewed-by: JasonGross
Reviewed-by: MSoegtropIMC
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/changelog/05-tactic-language/13236-ltac2-printf.rst | 7 | ||||
| -rw-r--r-- | doc/stdlib/index-list.html.template | 1 |
2 files changed, 8 insertions, 0 deletions
diff --git a/doc/changelog/05-tactic-language/13236-ltac2-printf.rst b/doc/changelog/05-tactic-language/13236-ltac2-printf.rst new file mode 100644 index 0000000000..02213f22e5 --- /dev/null +++ b/doc/changelog/05-tactic-language/13236-ltac2-printf.rst @@ -0,0 +1,7 @@ +- **Added:** + Added a ``printf`` macro to Ltac2. It can be made accessible by + importing the ``Ltac2.Printf`` module. See the documentation + there for more information + (`#13236 <https://github.com/coq/coq/pull/13236>`_, + fixes `#10108 <https://github.com/coq/coq/issues/10108>`_, + by Pierre-Marie Pédrot). diff --git a/doc/stdlib/index-list.html.template b/doc/stdlib/index-list.html.template index 27eb64a83b..b0f4e883be 100644 --- a/doc/stdlib/index-list.html.template +++ b/doc/stdlib/index-list.html.template @@ -692,6 +692,7 @@ through the <tt>Require Import</tt> command.</p> user-contrib/Ltac2/Notations.v user-contrib/Ltac2/Option.v user-contrib/Ltac2/Pattern.v + user-contrib/Ltac2/Printf.v user-contrib/Ltac2/Std.v user-contrib/Ltac2/String.v </dd> |
