<feed xmlns='http://www.w3.org/2005/Atom'>
<title>coq/test-suite/unit-tests/lib, branch master</title>
<subtitle>The formal proof system</subtitle>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/'/>
<entry>
<title>Make prvect tail recursive (fix #9355)</title>
<updated>2019-01-22T13:09:34+00:00</updated>
<author>
<name>Gaëtan Gilbert</name>
</author>
<published>2019-01-19T22:16:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=4baa950b79589c6617770b5612bd082fde9c9255'/>
<id>4baa950b79589c6617770b5612bd082fde9c9255</id>
<content type='text'>
Using a unit test as it's way faster than messing with universes.

You can test with universes by
~~~coq
Set Universe Polymorphism.
Definition x1@{i} := True.
Definition x2 := x1 -&gt; x1.
Definition x3 := x2 -&gt; x2.
Definition x4 := x3 -&gt; x3.
Definition x5 := x4 -&gt; x4.
Definition x6 := x5 -&gt; x5.
Definition x7 := x6 -&gt; x6.
Definition x8 := x7 -&gt; x7.
Definition x9 := x8 -&gt; x8.
Definition x10 := x9 -&gt; x9.
Definition x11 := x10 -&gt; x10.
Definition x12 := x11 -&gt; x11.
Definition x13 := x12 -&gt; x12.
Definition x14 := x13 -&gt; x13.
Definition x15 := x14 -&gt; x14.
Definition x16 := x15 -&gt; x15.
Definition x17 := x16 -&gt; x16.
Definition x18 := x17 -&gt; x17.
Definition x19 := x18 -&gt; x18.

About x19. (* 262144 universes *)
~~~
Note on my machine `About x18.` did not overflow even before this
commit.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Using a unit test as it's way faster than messing with universes.

You can test with universes by
~~~coq
Set Universe Polymorphism.
Definition x1@{i} := True.
Definition x2 := x1 -&gt; x1.
Definition x3 := x2 -&gt; x2.
Definition x4 := x3 -&gt; x3.
Definition x5 := x4 -&gt; x4.
Definition x6 := x5 -&gt; x5.
Definition x7 := x6 -&gt; x6.
Definition x8 := x7 -&gt; x7.
Definition x9 := x8 -&gt; x8.
Definition x10 := x9 -&gt; x9.
Definition x11 := x10 -&gt; x10.
Definition x12 := x11 -&gt; x11.
Definition x13 := x12 -&gt; x12.
Definition x14 := x13 -&gt; x13.
Definition x15 := x14 -&gt; x14.
Definition x16 := x15 -&gt; x15.
Definition x17 := x16 -&gt; x16.
Definition x18 := x17 -&gt; x17.
Definition x19 := x18 -&gt; x18.

About x19. (* 262144 universes *)
~~~
Note on my machine `About x18.` did not overflow even before this
commit.
</pre>
</div>
</content>
</entry>
</feed>
