Skip to content
This repository has been archived by the owner on Apr 25, 2024. It is now read-only.

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
hydroper committed Feb 13, 2024
1 parent 821d739 commit 04bc0ab
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion spec/1.0/live/definitions/function-definition.html
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ <h2 id="verifyfunctionbody"><a class="header" href="#verifyfunctionbody">VerifyF
</li>
<li>Else if <em>f</em> is an asynchronous function
<ul>
<li>Assign <code>T</code> = first type argument of <code>T</code></li>
<li>Assign <code>T</code> = first type argument or type parameter of <code>T</code></li>
</ul>
</li>
<li>Limit <em>exp</em> to <code>T</code>.</li>
Expand Down
2 changes: 1 addition & 1 deletion spec/1.0/live/print.html
Original file line number Diff line number Diff line change
Expand Up @@ -6405,7 +6405,7 @@ <h2 id="verifyfunctionbody"><a class="header" href="#verifyfunctionbody">VerifyF
</li>
<li>Else if <em>f</em> is an asynchronous function
<ul>
<li>Assign <code>T</code> = first type argument of <code>T</code></li>
<li>Assign <code>T</code> = first type argument or type parameter of <code>T</code></li>
</ul>
</li>
<li>Limit <em>exp</em> to <code>T</code>.</li>
Expand Down
2 changes: 1 addition & 1 deletion spec/1.0/live/searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion spec/1.0/live/searchindex.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion spec/1.0/source/src/definitions/function-definition.md
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ The *VerifyFunctionBody*(*body*, *act*, *f*, *signature*) internal function take
* If *f* is a generator
* Assign `T` = `void`
* Else if *f* is an asynchronous function
* Assign `T` = first type argument of `T`
* Assign `T` = first type argument or type parameter of `T`
* Limit *exp* to `T`.
* Exit scope.
* Else if *body* contains a *Block* symbol
Expand Down

0 comments on commit 04bc0ab

Please sign in to comment.