<feed xmlns='http://www.w3.org/2005/Atom'>
<title>coq/doc/sphinx/user-extensions, branch master</title>
<subtitle>The formal proof system</subtitle>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/'/>
<entry>
<title>Merge PR #13965: [abbreviation] user syntax to set interp scope of argument</title>
<updated>2021-04-23T14:33:27+00:00</updated>
<author>
<name>Pierre-Marie Pédrot</name>
</author>
<published>2021-04-23T14:33:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=a0c3ebf4a6357a5140b98b4b40c71133c53d802e'/>
<id>a0c3ebf4a6357a5140b98b4b40c71133c53d802e</id>
<content type='text'>
Ack-by: JasonGross
Reviewed-by: herbelin
Reviewed-by: jashug
Reviewed-by: jfehrle
Reviewed-by: ppedrot
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Ack-by: JasonGross
Reviewed-by: herbelin
Reviewed-by: jashug
Reviewed-by: jfehrle
Reviewed-by: ppedrot
</pre>
</div>
</content>
</entry>
<entry>
<title>Register Ltac2 grammar entry as "ltac2" for the Print Grammar vernacular.</title>
<updated>2021-04-08T12:38:21+00:00</updated>
<author>
<name>Pierre-Marie Pédrot</name>
</author>
<published>2021-04-08T12:33:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=45e064836ec1f50300198f89c099b71d0e2059b9'/>
<id>45e064836ec1f50300198f89c099b71d0e2059b9</id>
<content type='text'>
Fixes #14092: Print Grammar ltac2 should exist.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #14092: Print Grammar ltac2 should exist.
</pre>
</div>
</content>
</entry>
<entry>
<title>[abbreviation] allow the user to set arguments scope</title>
<updated>2021-04-07T17:59:46+00:00</updated>
<author>
<name>Enrico Tassi</name>
</author>
<published>2021-03-19T13:29:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=d3963fc6b6dad5a0cf79815f31b2035ca8b3de25'/>
<id>d3963fc6b6dad5a0cf79815f31b2035ca8b3de25</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge PR #13840: [notation] option to fine tune printing of literals</title>
<updated>2021-03-10T13:53:55+00:00</updated>
<author>
<name>coqbot-app[bot]</name>
</author>
<published>2021-03-10T13:53:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=317db327c21ac78bd921020118b19afaf1c02350'/>
<id>317db327c21ac78bd921020118b19afaf1c02350</id>
<content type='text'>
Reviewed-by: SkySkimmer
Ack-by: jfehrle
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reviewed-by: SkySkimmer
Ack-by: jfehrle
</pre>
</div>
</content>
</entry>
<entry>
<title>[doc] Set/Unset Printing Raw Literals</title>
<updated>2021-03-04T15:55:14+00:00</updated>
<author>
<name>Enrico Tassi</name>
</author>
<published>2021-02-09T16:15:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=edb22cd9e175b854f4caaae15a4d7489c5d06c1e'/>
<id>edb22cd9e175b854f4caaae15a4d7489c5d06c1e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove decimal-only number notations</title>
<updated>2021-02-27T11:07:39+00:00</updated>
<author>
<name>Pierre Roux</name>
</author>
<published>2021-02-09T17:23:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=c02bbaeb9c6c9cbc4a7f2dc47876a94fdd33aa5e'/>
<id>c02bbaeb9c6c9cbc4a7f2dc47876a94fdd33aa5e</id>
<content type='text'>
This was deprecated in 8.12
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This was deprecated in 8.12
</pre>
</div>
</content>
</entry>
<entry>
<title>Signed primitive integers</title>
<updated>2021-02-26T13:32:41+00:00</updated>
<author>
<name>Ana</name>
</author>
<published>2020-12-01T08:52:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=4302a75d82b9ac983cd89dd01c742c36777d921b'/>
<id>4302a75d82b9ac983cd89dd01c742c36777d921b</id>
<content type='text'>
Signed primitive integers defined on top of the existing unsigned ones
with two's complement.

The module Sint63 includes the theory of signed primitive integers that
differs from the unsigned case.

Additions to the kernel:
  les (signed &lt;=), lts (signed &lt;), compares (signed compare),
  divs (signed division), rems (signed remainder),
  asr (arithmetic shift right)
(The s suffix is not used when importing the Sint63 module.)

The printing and parsing of primitive ints was updated and the
int63_syntax_plugin was removed (we use Number Notation instead).

A primitive int is parsed / printed as unsigned or signed depending on
the scope. In the default (Set Printing All) case, it is printed in
hexadecimal.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed primitive integers defined on top of the existing unsigned ones
with two's complement.

The module Sint63 includes the theory of signed primitive integers that
differs from the unsigned case.

Additions to the kernel:
  les (signed &lt;=), lts (signed &lt;), compares (signed compare),
  divs (signed division), rems (signed remainder),
  asr (arithmetic shift right)
(The s suffix is not used when importing the Sint63 module.)

The printing and parsing of primitive ints was updated and the
int63_syntax_plugin was removed (we use Number Notation instead).

A primitive int is parsed / printed as unsigned or signed depending on
the scope. In the default (Set Printing All) case, it is printed in
hexadecimal.
</pre>
</div>
</content>
</entry>
<entry>
<title>Convert rewriting and proof-mode chapters to prodn</title>
<updated>2020-12-30T19:48:37+00:00</updated>
<author>
<name>Jim Fehrle</name>
</author>
<published>2020-09-13T03:54:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=e02120ed6580733db2276f0c11b4f432ea670ee3'/>
<id>e02120ed6580733db2276f0c11b4f432ea670ee3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge PR #13613: [changes] mark #12765 as experimental</title>
<updated>2020-12-14T08:33:20+00:00</updated>
<author>
<name>coqbot-app[bot]</name>
</author>
<published>2020-12-14T08:33:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=d0667eb4a165c065b0d64069641ca0cd39d62219'/>
<id>d0667eb4a165c065b0d64069641ca0cd39d62219</id>
<content type='text'>
Reviewed-by: Zimmi48
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reviewed-by: Zimmi48
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge PR #13519: Better primitive type support in custom string and numeral notations.</title>
<updated>2020-12-11T16:03:25+00:00</updated>
<author>
<name>coqbot-app[bot]</name>
</author>
<published>2020-12-11T16:03:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=5a77078718c18b05e7ffb1366d6dd9e439ecfc91'/>
<id>5a77078718c18b05e7ffb1366d6dd9e439ecfc91</id>
<content type='text'>
Reviewed-by: jfehrle
Reviewed-by: proux01
Ack-by: Zimmi48
Ack-by: SkySkimmer
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reviewed-by: jfehrle
Reviewed-by: proux01
Ack-by: Zimmi48
Ack-by: SkySkimmer
</pre>
</div>
</content>
</entry>
</feed>
