Deployed 0e3bcba to master with MkDocs 1.4.2 and mike 1.1.2
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user