<feed xmlns='http://www.w3.org/2005/Atom'>
<title>coq/plugins/Derive, branch master</title>
<subtitle>The formal proof system</subtitle>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/'/>
<entry>
<title>Avoiding introducing yet another convention in naming files.</title>
<updated>2015-01-08T18:05:14+00:00</updated>
<author>
<name>Hugo Herbelin</name>
</author>
<published>2015-01-08T17:18:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=d08532d5344d96d10604760fa44109c9d56e73ce'/>
<id>d08532d5344d96d10604760fa44109c9d56e73ce</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Uniformisation of the order of arguments env and sigma.</title>
<updated>2014-09-12T08:39:33+00:00</updated>
<author>
<name>Hugo Herbelin</name>
</author>
<published>2014-08-20T20:30:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=b006f10e7d591417844ffa1f04eeb926d6092d7b'/>
<id>b006f10e7d591417844ffa1f04eeb926d6092d7b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Derive plugin: add some comments.</title>
<updated>2014-07-23T15:52:47+00:00</updated>
<author>
<name>Arnaud Spiwack</name>
</author>
<published>2014-07-23T14:33:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=5a7ab19e91bae5e694f88e0d036f74c7a7790887'/>
<id>5a7ab19e91bae5e694f88e0d036f74c7a7790887</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Derive plugin: code reorganisation for clarity.</title>
<updated>2014-07-23T15:52:47+00:00</updated>
<author>
<name>Arnaud Spiwack</name>
</author>
<published>2014-07-23T14:26:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=9451d139c901a1e9f5fefdc0eb058cf1e66f983b'/>
<id>9451d139c901a1e9f5fefdc0eb058cf1e66f983b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Derive plugin: small refactoring.</title>
<updated>2014-07-23T15:52:46+00:00</updated>
<author>
<name>Arnaud Spiwack</name>
</author>
<published>2014-07-23T14:11:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=1ada99f2c367c2b2bad39377c38c4dc6e4b5a04a'/>
<id>1ada99f2c367c2b2bad39377c38c4dc6e4b5a04a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Derive plugin: a more general interface.</title>
<updated>2014-07-23T15:52:46+00:00</updated>
<author>
<name>Arnaud Spiwack</name>
</author>
<published>2014-07-22T15:55:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=7e577f93aca95d10584014e1d88dfbf314b74f9f'/>
<id>7e577f93aca95d10584014e1d88dfbf314b74f9f</id>
<content type='text'>
Instead of forcing the specifying property to be of the form (r spec def), allow any lemma depending on def.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Instead of forcing the specifying property to be of the form (r spec def), allow any lemma depending on def.
</pre>
</div>
</content>
</entry>
<entry>
<title>Proofs now take and return an evar_universe_context, simplifying interfaces</title>
<updated>2014-06-18T15:21:21+00:00</updated>
<author>
<name>Matthieu Sozeau</name>
</author>
<published>2014-06-18T15:16:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=23f4804b50307766219392229757e75da9aa41d9'/>
<id>23f4804b50307766219392229757e75da9aa41d9</id>
<content type='text'>
and avoiding explicit substitutions and merging of contexts, e.g. in obligations.ml.
The context produced by typechecking a statement is passed in the proof, allowing the
universe name context to be correctly folded as well. Mainly an API cleanup.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
and avoiding explicit substitutions and merging of contexts, e.g. in obligations.ml.
The context produced by typechecking a statement is passed in the proof, allowing the
universe name context to be correctly folded as well. Mainly an API cleanup.
</pre>
</div>
</content>
</entry>
<entry>
<title>poly: remove unused attribute to STM nodes and vernac classificaiton</title>
<updated>2014-05-15T08:52:53+00:00</updated>
<author>
<name>Enrico Tassi</name>
</author>
<published>2014-05-15T08:50:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=49542cf365715e27811cc15d99565046d8754c20'/>
<id>49542cf365715e27811cc15d99565046d8754c20</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix derive plugin to properly treat universes</title>
<updated>2014-05-06T07:59:00+00:00</updated>
<author>
<name>Matthieu Sozeau</name>
</author>
<published>2014-04-09T13:31:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=99c8b69f5ef0f92b26ec23be06743312846f5af3'/>
<id>99c8b69f5ef0f92b26ec23be06743312846f5af3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Initial work on reintroducing old-style polymorphism for compatibility (the stdlib does not compile entirely).</title>
<updated>2014-05-06T07:58:54+00:00</updated>
<author>
<name>Matthieu Sozeau</name>
</author>
<published>2013-10-28T13:08:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=001ff72b2c17fb7b2fcaefa2555c115f0d909a03'/>
<id>001ff72b2c17fb7b2fcaefa2555c115f0d909a03</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
