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.
2 parents 80c0abd + edc9774 commit c1ec2d3Copy full SHA for c1ec2d3
book/src/clauses/implied_bounds.md
@@ -224,7 +224,7 @@ forall<T> { Implemented(T: B) :- FromEnv(T: B). }
224
forall<T> { FromEnv(T: A) :- FromEnv(T: B). }
225
226
forall<T> { Implemented(T: C) :- FromEnv(T: C). }
227
-forall<T> { FromEnv(T: C) :- FromEnv(T: C). }
+forall<T> { FromEnv(T: B) :- FromEnv(T: C). }
228
```
229
So these clauses are defined globally (that is, they are available from
230
everywhere in the program) but they cannot be used because the hypothesis
0 commit comments