<feed xmlns='http://www.w3.org/2005/Atom'>
<title>avl-verification, branch main</title>
<subtitle>Isabelle fork of https://github.com/RaitoBezarius/avl-verification
</subtitle>
<link rel='alternate' type='text/html' href='https://stuebinm.eu/git/avl-verification/'/>
<entry>
<title>some isabelle/hol verification</title>
<updated>2024-06-29T20:05:40+00:00</updated>
<author>
<name>stuebinm</name>
</author>
<published>2024-06-29T20:05:40+00:00</published>
<link rel='alternate' type='text/html' href='https://stuebinm.eu/git/avl-verification/commit/?id=60ec110ebfe85ecbadf2641bdc5315c619766f0e'/>
<id>60ec110ebfe85ecbadf2641bdc5315c619766f0e</id>
<content type='text'>
doesn't do much, just proves that the find function won't cause an
error.

also removes all uses of rust traits, since these are currently broken
on the aeneas side.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
doesn't do much, just proves that the find function won't cause an
error.

also removes all uses of rust traits, since these are currently broken
on the aeneas side.
</pre>
</div>
</content>
</entry>
<entry>
<title>feat: make `find` a better specification</title>
<updated>2024-04-23T14:34:55+00:00</updated>
<author>
<name>Raito Bezarius</name>
</author>
<published>2024-04-23T14:34:06+00:00</published>
<link rel='alternate' type='text/html' href='https://stuebinm.eu/git/avl-verification/commit/?id=69e7653d313773304939de58c575595ece3aa034'/>
<id>69e7653d313773304939de58c575595ece3aa034</id>
<content type='text'>
Previously, find := true was matching this spec.
It needed to be in PRE/POST style and be an equivalence wrt to the
location return value.

Alternatively, we import the Order.

Signed-off-by: Raito Bezarius &lt;masterancpp@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previously, find := true was matching this spec.
It needed to be in PRE/POST style and be an equivalence wrt to the
location return value.

Alternatively, we import the Order.

Signed-off-by: Raito Bezarius &lt;masterancpp@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #3 from RaitoBezarius/bst-find</title>
<updated>2024-04-23T12:26:27+00:00</updated>
<author>
<name>Ryan Lahfa</name>
</author>
<published>2024-04-23T12:26:27+00:00</published>
<link rel='alternate' type='text/html' href='https://stuebinm.eu/git/avl-verification/commit/?id=d3ea366adcd71d0ef15ffbc5d35ca998aa53f19a'/>
<id>d3ea366adcd71d0ef15ffbc5d35ca998aa53f19a</id>
<content type='text'>
feat: `find` and `insert` reinforced proofs</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
feat: `find` and `insert` reinforced proofs</pre>
</div>
</content>
</entry>
<entry>
<title>feat: close `find` / `insert` proofs</title>
<updated>2024-04-23T12:24:04+00:00</updated>
<author>
<name>Raito Bezarius</name>
</author>
<published>2024-04-23T12:24:04+00:00</published>
<link rel='alternate' type='text/html' href='https://stuebinm.eu/git/avl-verification/commit/?id=b650710ad3f8c14b713bdf52f684f472115dce2f'/>
<id>b650710ad3f8c14b713bdf52f684f472115dce2f</id>
<content type='text'>
After a complete 180 with the Order theory, we close the goals of find
and insert and we give an example of U32 order that we will upstream to
Aeneas directly.

Signed-off-by: Raito Bezarius &lt;masterancpp@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
After a complete 180 with the Order theory, we close the goals of find
and insert and we give an example of U32 order that we will upstream to
Aeneas directly.

Signed-off-by: Raito Bezarius &lt;masterancpp@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>feat: outline of `find` proof</title>
<updated>2024-04-18T13:38:36+00:00</updated>
<author>
<name>Raito Bezarius</name>
</author>
<published>2024-04-18T13:38:36+00:00</published>
<link rel='alternate' type='text/html' href='https://stuebinm.eu/git/avl-verification/commit/?id=2ff68510aabc63e250f98264e0642557015de4e2'/>
<id>2ff68510aabc63e250f98264e0642557015de4e2</id>
<content type='text'>
Signed-off-by: Raito Bezarius &lt;masterancpp@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Raito Bezarius &lt;masterancpp@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>feat: extract `find`</title>
<updated>2024-04-18T12:43:52+00:00</updated>
<author>
<name>Raito Bezarius</name>
</author>
<published>2024-04-18T12:43:52+00:00</published>
<link rel='alternate' type='text/html' href='https://stuebinm.eu/git/avl-verification/commit/?id=0f49a61cc33bddf2cc69bc8915b95c915dc5f987'/>
<id>0f49a61cc33bddf2cc69bc8915b95c915dc5f987</id>
<content type='text'>
Signed-off-by: Raito Bezarius &lt;masterancpp@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Raito Bezarius &lt;masterancpp@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>feat: make `find` extractable</title>
<updated>2024-04-18T12:43:41+00:00</updated>
<author>
<name>Raito Bezarius</name>
</author>
<published>2024-04-18T12:43:41+00:00</published>
<link rel='alternate' type='text/html' href='https://stuebinm.eu/git/avl-verification/commit/?id=8ed11ddcc8ccee48300ffee8cf68408a711a51ca'/>
<id>8ed11ddcc8ccee48300ffee8cf68408a711a51ca</id>
<content type='text'>
I was not borrowing `&amp;self`!

Signed-off-by: Raito Bezarius &lt;masterancpp@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I was not borrowing `&amp;self`!

Signed-off-by: Raito Bezarius &lt;masterancpp@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>chore: nixify the project</title>
<updated>2024-04-18T12:34:36+00:00</updated>
<author>
<name>Raito Bezarius</name>
</author>
<published>2024-04-18T12:34:36+00:00</published>
<link rel='alternate' type='text/html' href='https://stuebinm.eu/git/avl-verification/commit/?id=5289b86a5c14ec99311424022a867872173edce4'/>
<id>5289b86a5c14ec99311424022a867872173edce4</id>
<content type='text'>
So that I stop doing `nix run` one-offs!

Signed-off-by: Raito Bezarius &lt;masterancpp@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
So that I stop doing `nix run` one-offs!

Signed-off-by: Raito Bezarius &lt;masterancpp@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>feat: factor everything in `OrdSpecRel`</title>
<updated>2024-04-17T14:50:16+00:00</updated>
<author>
<name>Raito Bezarius</name>
</author>
<published>2024-04-17T14:50:16+00:00</published>
<link rel='alternate' type='text/html' href='https://stuebinm.eu/git/avl-verification/commit/?id=fb9a1e93c2163b170979523f9a0cae90b472a16c'/>
<id>fb9a1e93c2163b170979523f9a0cae90b472a16c</id>
<content type='text'>
Now, we speak only about equivalence.

Signed-off-by: Raito Bezarius &lt;masterancpp@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Now, we speak only about equivalence.

Signed-off-by: Raito Bezarius &lt;masterancpp@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>feat: add functional correctness of elements contained in the resulting tree</title>
<updated>2024-04-17T13:08:07+00:00</updated>
<author>
<name>Raito Bezarius</name>
</author>
<published>2024-04-17T13:08:07+00:00</published>
<link rel='alternate' type='text/html' href='https://stuebinm.eu/git/avl-verification/commit/?id=945c630ec18e282bd0db731fb3f0b521e99de059'/>
<id>945c630ec18e282bd0db731fb3f0b521e99de059</id>
<content type='text'>
We revamp the typeclass mechanisms and we add an equality hypothesis
now.

Signed-off-by: Raito Bezarius &lt;masterancpp@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We revamp the typeclass mechanisms and we add an equality hypothesis
now.

Signed-off-by: Raito Bezarius &lt;masterancpp@gmail.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
