Fix code blocks
This commit is contained in:
parent
5334c1265f
commit
c75eb12084
|
|
@ -52,7 +52,7 @@ struct Type<P...> where WC_type {
|
||||||
```
|
```
|
||||||
|
|
||||||
we generate the following goal:
|
we generate the following goal:
|
||||||
```
|
```text
|
||||||
forall<P...> {
|
forall<P...> {
|
||||||
if (FromEnv(WC_type)) {
|
if (FromEnv(WC_type)) {
|
||||||
WellFormed(InputTypes(WC_type)) &&
|
WellFormed(InputTypes(WC_type)) &&
|
||||||
|
|
@ -239,7 +239,7 @@ with values provided by the impl, we may omit them if we don't need them, and
|
||||||
we cannot add new where clauses.
|
we cannot add new where clauses.
|
||||||
|
|
||||||
Now let's see the generated goal for this general impl:
|
Now let's see the generated goal for this general impl:
|
||||||
```
|
```text
|
||||||
forall<P1...> {
|
forall<P1...> {
|
||||||
if (FromEnv(WC_impl), FromEnv(InputTypes(SomeType<A2...>))) {
|
if (FromEnv(WC_impl), FromEnv(InputTypes(SomeType<A2...>))) {
|
||||||
WellFormed(SomeType<A2...>: Trait<A1...>) &&
|
WellFormed(SomeType<A2...>: Trait<A1...>) &&
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue