Deployed 0e3bcba to master with MkDocs 1.4.2 and mike 1.1.2

This commit is contained in:
GitHub Action 2023-02-15 10:27:57 +00:00
parent 565c1a5383
commit 28f896971b
4 changed files with 14 additions and 14 deletions

File diff suppressed because one or more lines are too long

View File

@ -2,47 +2,47 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"> <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url> <url>
<loc>None</loc> <loc>None</loc>
<lastmod>2023-02-02</lastmod> <lastmod>2023-02-15</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>None</loc> <loc>None</loc>
<lastmod>2023-02-02</lastmod> <lastmod>2023-02-15</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>None</loc> <loc>None</loc>
<lastmod>2023-02-02</lastmod> <lastmod>2023-02-15</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>None</loc> <loc>None</loc>
<lastmod>2023-02-02</lastmod> <lastmod>2023-02-15</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>None</loc> <loc>None</loc>
<lastmod>2023-02-02</lastmod> <lastmod>2023-02-15</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>None</loc> <loc>None</loc>
<lastmod>2023-02-02</lastmod> <lastmod>2023-02-15</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>None</loc> <loc>None</loc>
<lastmod>2023-02-02</lastmod> <lastmod>2023-02-15</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>None</loc> <loc>None</loc>
<lastmod>2023-02-02</lastmod> <lastmod>2023-02-15</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>None</loc> <loc>None</loc>
<lastmod>2023-02-02</lastmod> <lastmod>2023-02-15</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
</urlset> </urlset>

Binary file not shown.

View File

@ -1274,10 +1274,10 @@ contract interface X : Z =
</code></pre></div> </code></pre></div>
<p>The following facts apply here:</p> <p>The following facts apply here:</p>
<ul> <ul>
<li><code>co('a)</code> is a subtype of <code>co('b) when</code>'a<code>is a subtype of</code>'b`</li> <li><code>co('a)</code> is a subtype of <code>co('b)</code> when <code>'a</code> is a subtype of <code>'b</code></li>
<li><code>ct('a)</code> is a subtype of <code>ct('b) when</code>'b<code>is a subtype of</code>'a`</li> <li><code>ct('a)</code> is a subtype of <code>ct('b)</code> when <code>'b</code> is a subtype of <code>'a</code></li>
<li><code>in('a)</code> is a subtype of <code>in('b) when</code>'a<code>is equal to</code>'b`</li> <li><code>in('a)</code> is a subtype of <code>in('b)</code> when <code>'a</code> is equal to <code>'b</code></li>
<li><code>bi('a)</code> is a subtype of `bi('b) always</li> <li><code>bi('a)</code> is a subtype of <code>bi('b)</code> always</li>
</ul> </ul>
<p>That altogether induce the following rules of subtyping in Sophia:</p> <p>That altogether induce the following rules of subtyping in Sophia:</p>
<ul> <ul>