<feed xmlns='http://www.w3.org/2005/Atom'>
<title>coq/dev/include, branch master</title>
<subtitle>The formal proof system</subtitle>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/'/>
<entry>
<title>[dev] Add include versions for Dune builds.</title>
<updated>2019-02-18T17:15:44+00:00</updated>
<author>
<name>Emilio Jesus Gallego Arias</name>
</author>
<published>2019-02-12T03:32:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=fad095ccc656c5fccc5e50b36067deabde233bb3'/>
<id>fad095ccc656c5fccc5e50b36067deabde233bb3</id>
<content type='text'>
Fixes #9537

This way, users can do:
```
dune exec coqtop.byte
&gt; Drop.
 # #directory "dev";;
 # #use "include_dune";;
```
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #9537

This way, users can do:
```
dune exec coqtop.byte
&gt; Drop.
 # #directory "dev";;
 # #use "include_dune";;
```
</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>Cleanup debug printers a bit, add generated mli.</title>
<updated>2017-12-22T15:36:32+00:00</updated>
<author>
<name>Gaëtan Gilbert</name>
</author>
<published>2017-12-16T09:58:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=87cbd64254f33439882156d9a297a6a2f6886057'/>
<id>87cbd64254f33439882156d9a297a6a2f6886057</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Adding econstr printer to "include" file.</title>
<updated>2017-07-12T15:28:43+00:00</updated>
<author>
<name>Hugo Herbelin</name>
</author>
<published>2017-07-12T15:25:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=0e8fc03878b360e540069df139cbcc278837d5d2'/>
<id>0e8fc03878b360e540069df139cbcc278837d5d2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix a bug in cumulativity</title>
<updated>2017-06-16T02:52:11+00:00</updated>
<author>
<name>Amin Timany</name>
</author>
<published>2017-06-15T14:50:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=15b1856edd593b39d63d23584a4f5acec0eeb592'/>
<id>15b1856edd593b39d63d23584a4f5acec0eeb592</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Clean up universes of constants and inductives</title>
<updated>2017-06-16T02:51:19+00:00</updated>
<author>
<name>Amin Timany</name>
</author>
<published>2017-06-01T14:18:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=ff918e4bb0ae23566e038f4b55d84dd2c343f95e'/>
<id>ff918e4bb0ae23566e038f4b55d84dd2c343f95e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Squashed commit of the following:</title>
<updated>2017-06-16T02:51:16+00:00</updated>
<author>
<name>Amin Timany</name>
</author>
<published>2017-05-21T12:46:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=40f56eb0f79e208fc4b1b4ed2f0fb49c69c13a2f'/>
<id>40f56eb0f79e208fc4b1b4ed2f0fb49c69c13a2f</id>
<content type='text'>
Except I have disabled the minimization of universes after sections as
it seems to interfere with the STM machinery causing files like
test-suite/vio/print.v to loop when processed asynchronously.

This is very peculiar and needs more investigation as the aforementioned
file does not have any sections or any universe polymorphic definitions!

commit fc785326080b9451eb4700b16ccd3f7df214e0ed
Author: Amin Timany &lt;amintimany@gmail.com&gt;
Date:   Mon Apr 24 17:14:21 2017 +0200

    Revert STL to monomorphic

commit 62b573fb13d290d8fe4c85822da62d3e5e2a6996
Author: Amin Timany &lt;amintimany@gmail.com&gt;
Date:   Mon Apr 24 17:02:42 2017 +0200

    Try unifying universes before apply subtyping

commit ff393742c37b9241c83498e84c2274967a1a58dc
Author: Amin Timany &lt;amintimany@gmail.com&gt;
Date:   Sun Apr 23 13:49:04 2017 +0200

    Compile more of STL with universe polymorphism

commit 5c831b41ebd1fc32e2dd976697c8e474f48580d6
Author: Amin Timany &lt;amintimany@gmail.com&gt;
Date:   Tue Apr 18 21:26:45 2017 +0200

    Made more progress on compiling the standard library

commit b8550ffcce0861794116eb3b12b84e1158c2b4f8
Author: Amin Timany &lt;amintimany@gmail.com&gt;
Date:   Sun Apr 16 22:55:19 2017 +0200

    Make more number theoretic modules monomorphic

commit 29d126d4d4910683f7e6aada2a25209151e41b10
Author: Amin Timany &lt;amintimany@gmail.com&gt;
Date:   Fri Apr 14 16:11:48 2017 +0200

    WIP more of standard library compiles

    Also: Matthieu fixed a bug in rewrite system which was faulty when
    introducing new morphisms (Add Morphism) command.

commit 23bc33b843f098acaba4c63c71c68f79c4641f8c
Author: Amin Timany &lt;amintimany@gmail.com&gt;
Date:   Fri Apr 14 11:39:21 2017 +0200

    WIP: more of the standard library compiles

    We have implemented convertibility of constructors up-to mutual
    subtyping of their corresponding inductive types. This is similar to
    the behavior of template polymorphism.

commit d0abc5c50d593404fb41b98d588c3843382afd4f
Author: Amin Timany &lt;amintimany@gmail.com&gt;
Date:   Wed Apr 12 19:02:39 2017 +0200

    WIP: trying to get the standard library compile with universe polymorphism

    We are trying to prune universes after section ends. Sections add a
    load of universes that are not appearing in the body, type or the
    constraints.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Except I have disabled the minimization of universes after sections as
it seems to interfere with the STM machinery causing files like
test-suite/vio/print.v to loop when processed asynchronously.

This is very peculiar and needs more investigation as the aforementioned
file does not have any sections or any universe polymorphic definitions!

commit fc785326080b9451eb4700b16ccd3f7df214e0ed
Author: Amin Timany &lt;amintimany@gmail.com&gt;
Date:   Mon Apr 24 17:14:21 2017 +0200

    Revert STL to monomorphic

commit 62b573fb13d290d8fe4c85822da62d3e5e2a6996
Author: Amin Timany &lt;amintimany@gmail.com&gt;
Date:   Mon Apr 24 17:02:42 2017 +0200

    Try unifying universes before apply subtyping

commit ff393742c37b9241c83498e84c2274967a1a58dc
Author: Amin Timany &lt;amintimany@gmail.com&gt;
Date:   Sun Apr 23 13:49:04 2017 +0200

    Compile more of STL with universe polymorphism

commit 5c831b41ebd1fc32e2dd976697c8e474f48580d6
Author: Amin Timany &lt;amintimany@gmail.com&gt;
Date:   Tue Apr 18 21:26:45 2017 +0200

    Made more progress on compiling the standard library

commit b8550ffcce0861794116eb3b12b84e1158c2b4f8
Author: Amin Timany &lt;amintimany@gmail.com&gt;
Date:   Sun Apr 16 22:55:19 2017 +0200

    Make more number theoretic modules monomorphic

commit 29d126d4d4910683f7e6aada2a25209151e41b10
Author: Amin Timany &lt;amintimany@gmail.com&gt;
Date:   Fri Apr 14 16:11:48 2017 +0200

    WIP more of standard library compiles

    Also: Matthieu fixed a bug in rewrite system which was faulty when
    introducing new morphisms (Add Morphism) command.

commit 23bc33b843f098acaba4c63c71c68f79c4641f8c
Author: Amin Timany &lt;amintimany@gmail.com&gt;
Date:   Fri Apr 14 11:39:21 2017 +0200

    WIP: more of the standard library compiles

    We have implemented convertibility of constructors up-to mutual
    subtyping of their corresponding inductive types. This is similar to
    the behavior of template polymorphism.

commit d0abc5c50d593404fb41b98d588c3843382afd4f
Author: Amin Timany &lt;amintimany@gmail.com&gt;
Date:   Wed Apr 12 19:02:39 2017 +0200

    WIP: trying to get the standard library compile with universe polymorphism

    We are trying to prune universes after section ends. Sections add a
    load of universes that are not appearing in the body, type or the
    constraints.
</pre>
</div>
</content>
</entry>
<entry>
<title>Adding a printer for Proof.proof reflecting the focusing layout.</title>
<updated>2017-01-26T17:39:41+00:00</updated>
<author>
<name>Hugo Herbelin</name>
</author>
<published>2017-01-26T12:24:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=c7a0568967a8a6e40888a2106b9b59325f2f09a5'/>
<id>c7a0568967a8a6e40888a2106b9b59325f2f09a5</id>
<content type='text'>
This is a modest contribution serving before all the purpose of
displaying the focus stack and the shelf and give_up list. It does not
print the sigma (while it could).

Any improvements are welcome.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is a modest contribution serving before all the purpose of
displaying the focus stack and the shelf and give_up list. It does not
print the sigma (while it could).

Any improvements are welcome.
</pre>
</div>
</content>
</entry>
<entry>
<title>FIX: dev/include</title>
<updated>2016-11-05T15:28:23+00:00</updated>
<author>
<name>Matej Kosik</name>
</author>
<published>2016-11-05T15:28:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=beb5875cca7648ba9963c99a68ea22494ab6329b'/>
<id>beb5875cca7648ba9963c99a68ea22494ab6329b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>A fix to dev/include.</title>
<updated>2016-08-17T08:32:47+00:00</updated>
<author>
<name>Hugo Herbelin</name>
</author>
<published>2016-07-31T05:51:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=6afe9005b2f050e04f897ed7e84014058fc94e4b'/>
<id>6afe9005b2f050e04f897ed7e84014058fc94e4b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
