<feed xmlns='http://www.w3.org/2005/Atom'>
<title>coq/theories/PArith, branch master</title>
<subtitle>The formal proof system</subtitle>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/'/>
<entry>
<title>Support locality attributes for Hint Rewrite (including export)</title>
<updated>2021-01-18T12:08:17+00:00</updated>
<author>
<name>Gaëtan Gilbert</name>
</author>
<published>2021-01-07T12:55:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=4419a101a4f5a108be90cf4e420f0b6961e6caac'/>
<id>4419a101a4f5a108be90cf4e420f0b6961e6caac</id>
<content type='text'>
We deprecate unspecified locality as was done for Hint.

Close #13724
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We deprecate unspecified locality as was done for Hint.

Close #13724
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename Dec and HexDec to Decimal and Hexadecimal</title>
<updated>2020-11-04T23:20:53+00:00</updated>
<author>
<name>Pierre Roux</name>
</author>
<published>2020-10-28T09:32:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=36ac26532028bfc6f84e4dfc849b51f42a3d8286'/>
<id>36ac26532028bfc6f84e4dfc849b51f42a3d8286</id>
<content type='text'>
As noted by Hugo Herbelin, Dec is rather used for "decidable".
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
As noted by Hugo Herbelin, Dec is rather used for "decidable".
</pre>
</div>
</content>
</entry>
<entry>
<title>Renaming Numeral.v into Number.v</title>
<updated>2020-10-30T13:11:19+00:00</updated>
<author>
<name>Pierre Roux</name>
</author>
<published>2020-09-12T07:10:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=2d44c8246eccba7c1c452cbfbc6751cd222d0a6a'/>
<id>2d44c8246eccba7c1c452cbfbc6751cd222d0a6a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Modify PArith/Pnat.v to compile with -mangle-names</title>
<updated>2020-09-16T19:46:57+00:00</updated>
<author>
<name>Jasper Hugunin</name>
</author>
<published>2020-09-13T00:59:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=aa9f22f930a2207d5ff8e9ab88ddb08288245eee'/>
<id>aa9f22f930a2207d5ff8e9ab88ddb08288245eee</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Modify PArith/BinPos.v to compile with -mangle-names</title>
<updated>2020-09-16T19:46:57+00:00</updated>
<author>
<name>Jasper Hugunin</name>
</author>
<published>2020-09-13T00:47:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=4185aebb3e47677752bc73b49705fd774461cbd8'/>
<id>4185aebb3e47677752bc73b49705fd774461cbd8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename Numeral Notation command to Number Notation</title>
<updated>2020-09-11T20:23:24+00:00</updated>
<author>
<name>Pierre Roux</name>
</author>
<published>2020-09-09T21:33:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=6551f14196784e323688e682877229bc7f901659'/>
<id>6551f14196784e323688e682877229bc7f901659</id>
<content type='text'>
Keep Numeral Notation wit a deprecation warning.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Keep Numeral Notation wit a deprecation warning.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add hexadecimal numerals</title>
<updated>2020-05-09T15:59:00+00:00</updated>
<author>
<name>Pierre Roux</name>
</author>
<published>2020-03-26T07:20:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=692c642672f863546b423d72c714c1417164e506'/>
<id>692c642672f863546b423d72c714c1417164e506</id>
<content type='text'>
We add hexadecimal numerals according to the following regexp
0[xX][0-9a-fA-F][0-9a-fA-F_]*(\.[0-9a-fA-F_]+)?([pP][+-]?[0-9][0-9_]*)?

This is unfortunately a rather large commit. I suggest reading it in
the following order:

* test-suite/output/ZSyntax.{v,out}       new test
* test-suite/output/Int63Syntax.{v,out}   ''
* test-suite/output/QArithSyntax.{v,out}  ''
* test-suite/output/RealSyntax.{v,out}    ''
* test-suite/output/FloatSyntax.{v,out}   ''

* interp/numTok.ml{i,}  extending numeral tokens

* theories/Init/Hexadecimal.v  adaptation of Decimal.v
                               for the new hexadecimal Numeral Notation
* theories/Init/Numeral.v  new interface for Numeral Notation (basically,
                           a numeral is either a decimal or an hexadecimal)

* theories/Init/Nat.v            add hexadecimal numeral notation to nat
* theories/PArith/BinPosDef.v    ''                                  positive
* theories/ZArith/BinIntDef.v    ''                                  Z
* theories/NArith/BinNatDef.v    ''                                  N
* theories/QArith/QArith_base.v  ''                                  Q

* interp/notation.ml{i,}     adapting implementation of numeral notations
* plugins/syntax/numeral.ml  ''

* plugins/syntax/r_syntax.ml  adapt parser for real numbers

* plugins/syntax/float_syntax.ml  adapt parser for primitive floats

* theories/Init/Prelude.v  register parser for nat
* adapting the test-suite (test-suite/output/NumeralNotations.{v,out}
  and test-suite/output/SearchPattern.out)
* remaining ml files (interp/constrex{tern,pr_ops}.ml where two open
  had to be permuted)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We add hexadecimal numerals according to the following regexp
0[xX][0-9a-fA-F][0-9a-fA-F_]*(\.[0-9a-fA-F_]+)?([pP][+-]?[0-9][0-9_]*)?

This is unfortunately a rather large commit. I suggest reading it in
the following order:

* test-suite/output/ZSyntax.{v,out}       new test
* test-suite/output/Int63Syntax.{v,out}   ''
* test-suite/output/QArithSyntax.{v,out}  ''
* test-suite/output/RealSyntax.{v,out}    ''
* test-suite/output/FloatSyntax.{v,out}   ''

* interp/numTok.ml{i,}  extending numeral tokens

* theories/Init/Hexadecimal.v  adaptation of Decimal.v
                               for the new hexadecimal Numeral Notation
* theories/Init/Numeral.v  new interface for Numeral Notation (basically,
                           a numeral is either a decimal or an hexadecimal)

* theories/Init/Nat.v            add hexadecimal numeral notation to nat
* theories/PArith/BinPosDef.v    ''                                  positive
* theories/ZArith/BinIntDef.v    ''                                  Z
* theories/NArith/BinNatDef.v    ''                                  N
* theories/QArith/QArith_base.v  ''                                  Q

* interp/notation.ml{i,}     adapting implementation of numeral notations
* plugins/syntax/numeral.ml  ''

* plugins/syntax/r_syntax.ml  adapt parser for real numbers

* plugins/syntax/float_syntax.ml  adapt parser for primitive floats

* theories/Init/Prelude.v  register parser for nat
* adapting the test-suite (test-suite/output/NumeralNotations.{v,out}
  and test-suite/output/SearchPattern.out)
* remaining ml files (interp/constrex{tern,pr_ops}.ml where two open
  had to be permuted)
</pre>
</div>
</content>
</entry>
<entry>
<title>Avoiding using a fixed introduction name in Ltac code of stdlib.</title>
<updated>2020-04-03T18:33:27+00:00</updated>
<author>
<name>Hugo Herbelin</name>
</author>
<published>2020-03-22T11:30:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=aa889ee516453af65bd74ffedf8ec3761f97eb43'/>
<id>aa889ee516453af65bd74ffedf8ec3761f97eb43</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>NArith, PArith: Add facts about iter</title>
<updated>2020-03-31T20:24:16+00:00</updated>
<author>
<name>Lysxia</name>
</author>
<published>2020-03-22T17:52:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=0fe509b865727db14277e672a120444d6b913449'/>
<id>0fe509b865727db14277e672a120444d6b913449</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update headers in the whole code base.</title>
<updated>2020-03-18T11:15:43+00:00</updated>
<author>
<name>Théo Zimmermann</name>
</author>
<published>2020-03-18T11:14:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=a99776e10e0b2198d2b811ad82631111fb450f8a'/>
<id>a99776e10e0b2198d2b811ad82631111fb450f8a</id>
<content type='text'>
Add headers to a few files which were missing them.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add headers to a few files which were missing them.
</pre>
</div>
</content>
</entry>
</feed>
