diff options
| author | Emilio Jesus Gallego Arias | 2020-04-22 18:37:11 +0200 |
|---|---|---|
| committer | Emilio Jesus Gallego Arias | 2020-04-22 18:37:11 +0200 |
| commit | 3c0ba7afdf289bc1c50f3458d6c5da685f0b160c (patch) | |
| tree | 892789e78c3c3dd3226d63398ded312d7ccf47b1 /doc | |
| parent | 0c4775fcb48207c96752b81c76f67c17e5fd3c99 (diff) | |
| parent | 9664a490ac3755b19ed9b8ec6a2f1925d9ec79ac (diff) | |
Merge PR #12023: Adding a Declare ML Module in empty file Ltac.v
Ack-by: Zimmi48
Reviewed-by: ejgallego
Ack-by: ppedrot
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/changelog/04-tactics/12023-master+fixing-empty-Ltac-v-file.rst | 6 | ||||
| -rw-r--r-- | doc/stdlib/index-list.html.template | 1 |
2 files changed, 7 insertions, 0 deletions
diff --git a/doc/changelog/04-tactics/12023-master+fixing-empty-Ltac-v-file.rst b/doc/changelog/04-tactics/12023-master+fixing-empty-Ltac-v-file.rst new file mode 100644 index 0000000000..f10208e9b2 --- /dev/null +++ b/doc/changelog/04-tactics/12023-master+fixing-empty-Ltac-v-file.rst @@ -0,0 +1,6 @@ +- **Changed:** + Tactics with qualified name of the form ``Coq.Init.Notations`` are + now qualified with prefix ``Coq.Init.Ltac``; users of the -noinit + option should now import Coq.Init.Ltac if they want to use Ltac + (`#12023 <https://github.com/coq/coq/pull/12023>`_, + by Hugo Herbelin; minor source of incompatibilities). diff --git a/doc/stdlib/index-list.html.template b/doc/stdlib/index-list.html.template index 7fa621c11c..b181951767 100644 --- a/doc/stdlib/index-list.html.template +++ b/doc/stdlib/index-list.html.template @@ -13,6 +13,7 @@ through the <tt>Require Import</tt> command.</p> The core library (automatically loaded when starting Coq) </dt> <dd> + theories/Init/Ltac.v theories/Init/Notations.v theories/Init/Datatypes.v theories/Init/Logic.v |
