<feed xmlns='http://www.w3.org/2005/Atom'>
<title>coq/bootstrap, branch master</title>
<subtitle>The formal proof system</subtitle>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/'/>
<entry>
<title>Cleaning of the new implementation of the tactic monad.</title>
<updated>2014-08-04T13:56:38+00:00</updated>
<author>
<name>Arnaud Spiwack</name>
</author>
<published>2014-08-04T13:44:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=94a759be56074ac66c5c96b0cc7722b395c4cf40'/>
<id>94a759be56074ac66c5c96b0cc7722b395c4cf40</id>
<content type='text'>
* Add comments in the code (mostly imported from Monad.v)
* Inline duplicated module
* Clean up some artifacts due to the extracted code.
* [NonLogical.new_ref] -&gt; [NonLogical.ref] (I don't even remember why I chose this name originally)
* Remove the now superfluous [Proof_errors] module (which was used to define exceptions to be used in the extracted code).
* Remove Monad.v
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Add comments in the code (mostly imported from Monad.v)
* Inline duplicated module
* Clean up some artifacts due to the extracted code.
* [NonLogical.new_ref] -&gt; [NonLogical.ref] (I don't even remember why I chose this name originally)
* Remove the now superfluous [Proof_errors] module (which was used to define exceptions to be used in the extracted code).
* Remove Monad.v
</pre>
</div>
</content>
</entry>
<entry>
<title>Using the generic timeout function in the boostrapped file.</title>
<updated>2014-07-15T13:46:48+00:00</updated>
<author>
<name>Pierre-Marie Pédrot</name>
</author>
<published>2014-07-15T13:46:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=ec94edf830ff9676c43c86f0eb9038c4bd205f62'/>
<id>ec94edf830ff9676c43c86f0eb9038c4bd205f62</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Adding a [map] primitive to the tactic monad. Hopefully this should be</title>
<updated>2014-04-20T19:11:17+00:00</updated>
<author>
<name>Pierre-Marie Pédrot</name>
</author>
<published>2014-04-18T11:05:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=0f3f29792b8165b7eb89c049c76d065942739674'/>
<id>0f3f29792b8165b7eb89c049c76d065942739674</id>
<content type='text'>
slightly more efficient in general.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
slightly more efficient in general.
</pre>
</div>
</content>
</entry>
<entry>
<title>Transfering the initial goals from the proofview to the proof object.</title>
<updated>2014-04-07T10:08:15+00:00</updated>
<author>
<name>Pierre-Marie Pédrot</name>
</author>
<published>2014-04-07T10:08:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=61ee00dc214599ab6b17fac0586c746563eb565d'/>
<id>61ee00dc214599ab6b17fac0586c746563eb565d</id>
<content type='text'>
They were just passed along in the tactics.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
They were just passed along in the tactics.
</pre>
</div>
</content>
</entry>
<entry>
<title>Adding an [modify] function to the tactic monad. It allows to modify</title>
<updated>2014-04-06T16:11:27+00:00</updated>
<author>
<name>Pierre-Marie Pédrot</name>
</author>
<published>2014-04-06T15:46:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=286984487d515cdb9f2e02834d23c65449760ba2'/>
<id>286984487d515cdb9f2e02834d23c65449760ba2</id>
<content type='text'>
the current state without having to use both get, bind and set.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
the current state without having to use both get, bind and set.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixing backtrace reporting.</title>
<updated>2014-02-02T17:00:16+00:00</updated>
<author>
<name>Pierre-Marie Pédrot</name>
</author>
<published>2014-02-02T16:59:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=2800a82dec607120fd2a378f7ac3bf4d6e8df18c'/>
<id>2800a82dec607120fd2a378f7ac3bf4d6e8df18c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixing backtrace handling here and there.</title>
<updated>2014-01-30T15:02:33+00:00</updated>
<author>
<name>Pierre-Marie Pédrot</name>
</author>
<published>2014-01-30T14:30:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=1059ecce2a2662e4d8f335bd4db743df70b100b1'/>
<id>1059ecce2a2662e4d8f335bd4db743df70b100b1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Cleanup of comments in bootstrap/Monads.v</title>
<updated>2013-11-02T15:41:37+00:00</updated>
<author>
<name>aspiwack</name>
</author>
<published>2013-11-02T15:41:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=7a7c00fdc81b450a5b2cb91b64bb2602d24212c1'/>
<id>7a7c00fdc81b450a5b2cb91b64bb2602d24212c1</id>
<content type='text'>
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@17031 85f007b7-540e-0410-9357-904b9bb8a0f7
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@17031 85f007b7-540e-0410-9357-904b9bb8a0f7
</pre>
</div>
</content>
</entry>
<entry>
<title>Adds a tactic give_up.</title>
<updated>2013-11-02T15:40:19+00:00</updated>
<author>
<name>aspiwack</name>
</author>
<published>2013-11-02T15:40:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=fb1c2f25fb0ca5f422c69e14b6b434ad1d8f01a9'/>
<id>fb1c2f25fb0ca5f422c69e14b6b434ad1d8f01a9</id>
<content type='text'>
Gives up on the focused goals. Shows an unsafe status. Unlike the admit tactic, the proof cannot be closed until the users goes back and solves these goals.

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@17018 85f007b7-540e-0410-9357-904b9bb8a0f7
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Gives up on the focused goals. Shows an unsafe status. Unlike the admit tactic, the proof cannot be closed until the users goes back and solves these goals.

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@17018 85f007b7-540e-0410-9357-904b9bb8a0f7
</pre>
</div>
</content>
</entry>
<entry>
<title>Adds a shelve tactic.</title>
<updated>2013-11-02T15:39:54+00:00</updated>
<author>
<name>aspiwack</name>
</author>
<published>2013-11-02T15:39:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=c9504af26647ab745dc22811a2db8058e0b66632'/>
<id>c9504af26647ab745dc22811a2db8058e0b66632</id>
<content type='text'>
The shelve tactic puts all the focused goals out of sight. They can be later recalled by the Unshelve command.

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@17013 85f007b7-540e-0410-9357-904b9bb8a0f7
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The shelve tactic puts all the focused goals out of sight. They can be later recalled by the Unshelve command.

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@17013 85f007b7-540e-0410-9357-904b9bb8a0f7
</pre>
</div>
</content>
</entry>
</feed>
