We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16190b7 commit 87b0904Copy full SHA for 87b0904
resources/type-system/inference.md
@@ -418,7 +418,8 @@ to find a value type `V` for that statement.
418
After processing each relevant statement, update `T` to be **UP**(`T`, `V`).
419
420
The **actual value type** of the function literal is the value of `T` after
421
-all `return` and `yield` statements in the block body have been considered.
+all relevant `return` and `yield` statements in the block body have been
422
+processed.
423
424
Let `T` be the **actual value type** of a function literal as computed above.
425
Let `R` be the greatest closure of the typing context `K` as computed above.
0 commit comments