Skip to content

Commit 389bd07

Browse files
committed
Missed a few things because of GitHub's UI
1 parent 7f83d68 commit 389bd07

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/chalk-overview.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ essentially one of the following:
6868
* `forall<T> { ... }` is represented in the code using the [`Binders<T>`
6969
struct][binders-struct].
7070

71+
*See also: [Goals and Clauses][goals-and-clauses]*
72+
7173
Lowering is the phase where we encode the rules of the trait system into logic.
7274
For example, if we have the following Rust:
7375

@@ -137,6 +139,7 @@ See [The SLG Solver][slg].
137139
[lowering-forall]: https://rust-lang-nursery.github.io/rustc-guide/traits-lowering-to-logic.html#type-checking-generic-functions-beyond-horn-clauses
138140
[programclause]: https://github.com/rust-lang-nursery/chalk/blob/94a1941a021842a5fcb35cd043145c8faae59f08/src/ir.rs#L721
139141
[clause]: https://github.com/rust-lang-nursery/chalk/blob/master/GLOSSARY.md#clause
142+
[goals-and-clauses]: traits-goals-and-clauses.html
140143
[well-formedness-checks]: https://github.com/rust-lang-nursery/chalk/blob/94a1941a021842a5fcb35cd043145c8faae59f08/src/ir/lowering.rs#L230-L232
141144
[ir-code]: https://github.com/rust-lang-nursery/chalk/blob/master/src/ir.rs
142145
[HIR]: hir.html

0 commit comments

Comments
 (0)