<feed xmlns='http://www.w3.org/2005/Atom'>
<title>coq/test-suite/misc/poly-capture-global-univs/src, branch master</title>
<subtitle>The formal proof system</subtitle>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/'/>
<entry>
<title>[test-suite] Fix evil plugin after changes in declare API.</title>
<updated>2019-07-02T14:12:16+00:00</updated>
<author>
<name>Emilio Jesus Gallego Arias</name>
</author>
<published>2019-06-25T23:00:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=5d20cce67d63bcf08458e3c4803257867f39b88a'/>
<id>5d20cce67d63bcf08458e3c4803257867f39b88a</id>
<content type='text'>
We should have this in the check target, but meanwhile we have to do
manual housekeeping here.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We should have this in the check target, but meanwhile we have to do
manual housekeeping here.
</pre>
</div>
</content>
</entry>
<entry>
<title>Duplicate the type of constant entries in Proof_global.</title>
<updated>2019-06-24T09:02:11+00:00</updated>
<author>
<name>Pierre-Marie Pédrot</name>
</author>
<published>2019-06-16T17:09:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=f597952e1b216ca5adf9f782c736f4cfe705ef02'/>
<id>f597952e1b216ca5adf9f782c736f4cfe705ef02</id>
<content type='text'>
This allows to desynchronize the kernel-facing API from the proof-facing one.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This allows to desynchronize the kernel-facing API from the proof-facing one.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add relevance marks on binders.</title>
<updated>2019-03-14T12:27:38+00:00</updated>
<author>
<name>Gaëtan Gilbert</name>
</author>
<published>2017-10-31T16:04:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=23f84f37c674a07e925925b7e0d50d7ee8414093'/>
<id>23f84f37c674a07e925925b7e0d50d7ee8414093</id>
<content type='text'>
Kernel should be mostly correct, higher levels do random stuff at
times.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Kernel should be mostly correct, higher levels do random stuff at
times.
</pre>
</div>
</content>
</entry>
<entry>
<title>Separate variance and universe fields in inductives.</title>
<updated>2019-02-17T14:44:30+00:00</updated>
<author>
<name>Gaëtan Gilbert</name>
</author>
<published>2019-01-30T13:39:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=a9f0fd89cf3bb4b728eb451572a96f8599211380'/>
<id>a9f0fd89cf3bb4b728eb451572a96f8599211380</id>
<content type='text'>
I think the usage looks cleaner this way.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I think the usage looks cleaner this way.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use arrays of names instead of lists in abstract universe names.</title>
<updated>2018-11-09T13:10:27+00:00</updated>
<author>
<name>Pierre-Marie Pédrot</name>
</author>
<published>2018-10-01T11:40:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=23ef45aa14308aa0b1e1b1f6061ec9e7e7634e49'/>
<id>23ef45aa14308aa0b1e1b1f6061ec9e7e7634e49</id>
<content type='text'>
There is little point in having a list, as there is virtually no sharing
nor expansion of bound universe names. This representation is thus more
compact.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There is little point in having a list, as there is virtually no sharing
nor expansion of bound universe names. This representation is thus more
compact.
</pre>
</div>
</content>
</entry>
<entry>
<title>Adding universe names to polymorphic entry instances.</title>
<updated>2018-11-09T13:10:27+00:00</updated>
<author>
<name>Pierre-Marie Pédrot</name>
</author>
<published>2018-09-27T12:23:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=601ce3738253e4bb197900ee6dad271c4e3666d6'/>
<id>601ce3738253e4bb197900ee6dad271c4e3666d6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Porting the test-suite to coqpp.</title>
<updated>2018-10-19T14:24:46+00:00</updated>
<author>
<name>Pierre-Marie Pédrot</name>
</author>
<published>2018-10-19T14:21:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=266050f7aaa0ee0b090b30b1acabaccda6919889'/>
<id>266050f7aaa0ee0b090b30b1acabaccda6919889</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add test for inconsistency from polymorphism capturing global univs</title>
<updated>2018-09-13T13:05:57+00:00</updated>
<author>
<name>Gaëtan Gilbert</name>
</author>
<published>2018-08-28T14:11:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=eb4171d50d340e19e87a7a592b3d9c0d48654337'/>
<id>eb4171d50d340e19e87a7a592b3d9c0d48654337</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
