Deployed 0e3bcba to master with MkDocs 1.4.2 and mike 1.1.2
This commit is contained in:
parent
565c1a5383
commit
28f896971b
File diff suppressed because one or more lines are too long
@ -2,47 +2,47 @@
|
||||
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2023-02-02</lastmod>
|
||||
<lastmod>2023-02-15</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2023-02-02</lastmod>
|
||||
<lastmod>2023-02-15</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2023-02-02</lastmod>
|
||||
<lastmod>2023-02-15</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2023-02-02</lastmod>
|
||||
<lastmod>2023-02-15</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2023-02-02</lastmod>
|
||||
<lastmod>2023-02-15</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2023-02-02</lastmod>
|
||||
<lastmod>2023-02-15</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2023-02-02</lastmod>
|
||||
<lastmod>2023-02-15</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2023-02-02</lastmod>
|
||||
<lastmod>2023-02-15</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2023-02-02</lastmod>
|
||||
<lastmod>2023-02-15</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
</urlset>
|
Binary file not shown.
@ -1274,10 +1274,10 @@ contract interface X : Z =
|
||||
</code></pre></div>
|
||||
<p>The following facts apply here:</p>
|
||||
<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>ct('a)</code> is a subtype of <code>ct('b) when</code>'b<code>is a subtype of</code>'a`</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>bi('a)</code> is a subtype of `bi('b) always</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)</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)</code> when <code>'a</code> is equal to <code>'b</code></li>
|
||||
<li><code>bi('a)</code> is a subtype of <code>bi('b)</code> always</li>
|
||||
</ul>
|
||||
<p>That altogether induce the following rules of subtyping in Sophia:</p>
|
||||
<ul>
|
||||
|
Loading…
x
Reference in New Issue
Block a user