* Fix typo

* Fix typo in typo fix

* add missing word

---------

Co-authored-by: Tshepang Mbambo <tshepang@gmail.com>
This commit is contained in:
Caleb Robson 2023-06-14 05:43:09 +01:00 committed by GitHub
parent 11bc8caeb7
commit 4b15de4985
1 changed files with 1 additions and 1 deletions

View File

@ -247,7 +247,7 @@ In this second selection, we do not consider any where-clauses to be in scope
because we know that each resolution will resolve to a particular impl. because we know that each resolution will resolve to a particular impl.
One interesting twist has to do with nested obligations. In general, in codegen, One interesting twist has to do with nested obligations. In general, in codegen,
we only to figure out which candidate applies, we do not care about nested obligations, we only need to figure out which candidate applies, and we do not care about nested obligations,
as these are already assumed to be true. Nonetheless, we *do* currently fulfill all of them. as these are already assumed to be true. Nonetheless, we *do* currently fulfill all of them.
That is because it can sometimes inform the results of type inference. That is because it can sometimes inform the results of type inference.
That is, we do not have the full substitutions in terms of the type variables That is, we do not have the full substitutions in terms of the type variables