<feed xmlns='http://www.w3.org/2005/Atom'>
<title>coq/theories/Ints, branch master</title>
<subtitle>The formal proof system</subtitle>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/'/>
<entry>
<title>Integration of theories/Ints into theories/Numbers, part 1: moving files</title>
<updated>2008-05-07T18:04:23+00:00</updated>
<author>
<name>letouzey</name>
</author>
<published>2008-05-07T18:04:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=4d1737796d59cb40097f581f1fb87017b19e170f'/>
<id>4d1737796d59cb40097f581f1fb87017b19e170f</id>
<content type='text'>
For the moment, the Ints files are simply moved into directories in
theories/Numbers with meaningful names. No filenames changed, apart
from: 
 Zaux.v -&gt; theories/Numbers/BigNumPrelude.v 
 MemoFn.v -&gt; theories/Lists/StreamMemo.v

More to come...



git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@10899 85f007b7-540e-0410-9357-904b9bb8a0f7
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
For the moment, the Ints files are simply moved into directories in
theories/Numbers with meaningful names. No filenames changed, apart
from: 
 Zaux.v -&gt; theories/Numbers/BigNumPrelude.v 
 MemoFn.v -&gt; theories/Lists/StreamMemo.v

More to come...



git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@10899 85f007b7-540e-0410-9357-904b9bb8a0f7
</pre>
</div>
</content>
</entry>
<entry>
<title>Backtrack on using metas eagerly in auto, only done in "new auto" for</title>
<updated>2008-04-28T09:27:17+00:00</updated>
<author>
<name>msozeau</name>
</author>
<published>2008-04-28T09:27:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=3478ffda0a0a83951db341eb68fc6b71877c1392'/>
<id>3478ffda0a0a83951db341eb68fc6b71877c1392</id>
<content type='text'>
now. Fix proof scripts that failed correspondingly. Should make many
contribs compile again...


git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@10863 85f007b7-540e-0410-9357-904b9bb8a0f7
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
now. Fix proof scripts that failed correspondingly. Should make many
contribs compile again...


git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@10863 85f007b7-540e-0410-9357-904b9bb8a0f7
</pre>
</div>
</content>
</entry>
<entry>
<title>Report des quelques modifs faites avec Pierre Letouzey sur les</title>
<updated>2008-04-27T16:23:04+00:00</updated>
<author>
<name>herbelin</name>
</author>
<published>2008-04-27T16:23:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=75681234e0ba2ae283cc22c2c3e0c4045b205879'/>
<id>75681234e0ba2ae283cc22c2c3e0c4045b205879</id>
<content type='text'>
fichiers en attendant une intégration à theories/Numbers



git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@10857 85f007b7-540e-0410-9357-904b9bb8a0f7
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fichiers en attendant une intégration à theories/Numbers



git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@10857 85f007b7-540e-0410-9357-904b9bb8a0f7
</pre>
</div>
</content>
</entry>
<entry>
<title>- Fix bug in unification not taking into account the right meta</title>
<updated>2008-04-27T11:16:15+00:00</updated>
<author>
<name>msozeau</name>
</author>
<published>2008-04-27T11:16:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=e961ace331ec961dcec0e2525d7b9142d04b5154'/>
<id>e961ace331ec961dcec0e2525d7b9142d04b5154</id>
<content type='text'>
substitution. Makes unification succeed a bit more often, hence auto
works better in some cases.
- Backtrack the changes of auto using Hint Unfold to do more delta and add
a new tactic "new auto" which does that, for compatibility.

The first fix may have a big impact on the contribs, whereas the second
should make them compile again... we'll see.


git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@10855 85f007b7-540e-0410-9357-904b9bb8a0f7
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
substitution. Makes unification succeed a bit more often, hence auto
works better in some cases.
- Backtrack the changes of auto using Hint Unfold to do more delta and add
a new tactic "new auto" which does that, for compatibility.

The first fix may have a big impact on the contribs, whereas the second
should make them compile again... we'll see.


git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@10855 85f007b7-540e-0410-9357-904b9bb8a0f7
</pre>
</div>
</content>
</entry>
<entry>
<title>- Add pretty-printers for Idpred, Cpred and transparent_state, used for</title>
<updated>2008-04-24T11:17:47+00:00</updated>
<author>
<name>msozeau</name>
</author>
<published>2008-04-24T11:17:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=57a0e3194660b68c972e084c7f80aa80979c4435'/>
<id>57a0e3194660b68c972e084c7f80aa80979c4435</id>
<content type='text'>
  debugging and printing hint databases
- Typeclasses unfold now correctly adds _global_ unfold hints.
- New tactic autosimpl to do simplification using the declared unfold
  hints in given hint databases.
- Work on auto-modulo-some-delta (the declared Unfold constants),
  actually used mostly if the goal contains evars, as Hint_db.map_auto
  does not work up-to any conversions (yet).
- Fix GenMul which was using the old semantics of failing early because
  of variance checks, which is not possible in the new implementation.
- Restrict when reflexive_morphism may be used using an extern tactic.


git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@10842 85f007b7-540e-0410-9357-904b9bb8a0f7
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  debugging and printing hint databases
- Typeclasses unfold now correctly adds _global_ unfold hints.
- New tactic autosimpl to do simplification using the declared unfold
  hints in given hint databases.
- Work on auto-modulo-some-delta (the declared Unfold constants),
  actually used mostly if the goal contains evars, as Hint_db.map_auto
  does not work up-to any conversions (yet).
- Fix GenMul which was using the old semantics of failing early because
  of variance checks, which is not possible in the new implementation.
- Restrict when reflexive_morphism may be used using an extern tactic.


git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@10842 85f007b7-540e-0410-9357-904b9bb8a0f7
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix bug #1704 (ordering of condition goals for (setoid)rewrite). As part</title>
<updated>2008-03-07T16:32:12+00:00</updated>
<author>
<name>msozeau</name>
</author>
<published>2008-03-07T16:32:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=ec850ff623801e514b3ed0a42beb6f7984992520'/>
<id>ec850ff623801e514b3ed0a42beb6f7984992520</id>
<content type='text'>
of the fix I added an optional "by" annotation for rewrite to solve said
conditions in the same tactic call. Most of the theories have been
updated, only FSets is missing, Pierre will take care of it.


git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@10634 85f007b7-540e-0410-9357-904b9bb8a0f7
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
of the fix I added an optional "by" annotation for rewrite to solve said
conditions in the same tactic call. Most of the theories have been
updated, only FSets is missing, Pierre will take care of it.


git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@10634 85f007b7-540e-0410-9357-904b9bb8a0f7
</pre>
</div>
</content>
</entry>
<entry>
<title>Adding Zdiv_le_compat_l</title>
<updated>2008-01-22T12:03:29+00:00</updated>
<author>
<name>thery</name>
</author>
<published>2008-01-22T12:03:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=97a0854fa40d727caa0350cb1f60797b16263599'/>
<id>97a0854fa40d727caa0350cb1f60797b16263599</id>
<content type='text'>
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@10461 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@10461 85f007b7-540e-0410-9357-904b9bb8a0f7
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug in sqrt321</title>
<updated>2008-01-17T08:53:28+00:00</updated>
<author>
<name>thery</name>
</author>
<published>2008-01-17T08:53:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=eb28d2cbb17543389d41584db7528a3fc34c0bd9'/>
<id>eb28d2cbb17543389d41584db7528a3fc34c0bd9</id>
<content type='text'>
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@10444 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@10444 85f007b7-540e-0410-9357-904b9bb8a0f7
</pre>
</div>
</content>
</entry>
<entry>
<title>Pour éviter des erreus lors de make doc dues à du code source non taggé entre (** *)</title>
<updated>2007-12-21T18:59:15+00:00</updated>
<author>
<name>notin</name>
</author>
<published>2007-12-21T18:59:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=16ec5b48e61763137f800b4307a2699b2f9d3f38'/>
<id>16ec5b48e61763137f800b4307a2699b2f9d3f38</id>
<content type='text'>
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@10402 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@10402 85f007b7-540e-0410-9357-904b9bb8a0f7
</pre>
</div>
</content>
</entry>
<entry>
<title>Petit oubli de thery.</title>
<updated>2007-12-07T13:29:49+00:00</updated>
<author>
<name>glondu</name>
</author>
<published>2007-12-07T13:29:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=8b327a118a02e8c29f1c49774c6b2d78e2179b79'/>
<id>8b327a118a02e8c29f1c49774c6b2d78e2179b79</id>
<content type='text'>
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@10351 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@10351 85f007b7-540e-0410-9357-904b9bb8a0f7
</pre>
</div>
</content>
</entry>
</feed>
