Add an apostrophe
Co-Authored-By: scalexm <alexandre@scalexm.fr>
This commit is contained in:
parent
3db38fe7f3
commit
07bf5e332b
|
|
@ -58,7 +58,7 @@ see that clauses are always of the form:
|
||||||
```text
|
```text
|
||||||
forall<K1, ..., Kn> { DomainGoal :- Goal }
|
forall<K1, ..., Kn> { DomainGoal :- Goal }
|
||||||
```
|
```
|
||||||
hence domain goals are in fact clauses LHS. That is, at the most granular level,
|
hence domain goals are in fact clauses' LHS. That is, at the most granular level,
|
||||||
domain goals are what the trait solver will end up trying to prove.
|
domain goals are what the trait solver will end up trying to prove.
|
||||||
|
|
||||||
<a name="trait-ref"></a>
|
<a name="trait-ref"></a>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue