Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions dev/ci/user-overlays/21776-ssreflect-prelude.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
overlay coqutil https://github.com/proux01/coqutil rocq21478 21776
overlay kami https://github.com/proux01/kami rocq21478 21776
6 changes: 6 additions & 0 deletions doc/changelog/11-corelib/21776-ssreflect-prelude-Added.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
- **Added:**
:ref:`ssreflect <thessreflectprooflanguage>` to the prelude.
In extremely rare cases, an extra pair of parentheses may
be needed for disambiguation
(`#21776 <https://github.com/rocq-prover/rocq/pull/21776>`_,
by Pierre Roux).
2 changes: 1 addition & 1 deletion doc/corelib/hidden-files
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
theories/Corelib/derive/Derive.v
theories/Corelib/ssr/ssrsetoid.v
theories/Corelib/ssr/ssrunder.v
theories/Corelib/Init/ssrunder.v
theories/Corelib/extraction/Extraction.v
theories/Corelib/extraction/ExtrHaskellBasic.v
theories/Corelib/extraction/ExtrOcamlBasic.v
6 changes: 3 additions & 3 deletions doc/corelib/index-list.html.template
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ through the <tt>Require Import</tt> command.</p>
theories/Corelib/Init/Peano.v
theories/Corelib/Init/Specif.v
theories/Corelib/Init/Sumbool.v
theories/Corelib/Init/ssrmatching.v
theories/Corelib/Init/ssrclasses.v
theories/Corelib/Init/ssreflect_rw.v
theories/Corelib/Init/Tactics.v
theories/Corelib/Init/Tauto.v
theories/Corelib/Init/Wf.v
Expand Down Expand Up @@ -111,9 +114,6 @@ through the <tt>Require Import</tt> command.</p>
small scale reflection formalization technique
</dt>
<dd>
theories/Corelib/ssrmatching/ssrmatching.v
theories/Corelib/ssr/ssrclasses.v
theories/Corelib/ssr/ssreflect_rw.v
theories/Corelib/ssr/ssreflect.v
theories/Corelib/ssr/ssrbool.v
theories/Corelib/ssr/ssrfun.v
Expand Down
2 changes: 1 addition & 1 deletion doc/sphinx/language/core/basic.rst
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ Other tokens
The following character sequences are tokens defined in notations or plugins
loaded in the :term:`prelude`::

&& ** ++ ... .1 .2 ::= <-> <> >= /\ \/ || ^ ~
&& ** ++ ... .1 .2 ::= <-> <> >= /\ \/ || ^ ~ // //= /= =^~

Note that loading additional modules or plugins may expand the set of defined
tokens.
Expand Down
Loading
Loading