@@ -211,7 +211,7 @@ Likewise, lowering tests use the [`lowering_success!` and
211211* [ Lowering Rust traits to logic] ( http://smallcultfollowing.com/babysteps/blog/2017/01/26/lowering-rust-traits-to-logic/ )
212212* [ Unification in Chalk, part 1] ( http://smallcultfollowing.com/babysteps/blog/2017/03/25/unification-in-chalk-part-1/ )
213213* [ Unification in Chalk, part 2] ( http://smallcultfollowing.com/babysteps/blog/2017/04/23/unification-in-chalk-part-2/ )
214- * [ Negative reasoning in Chalk] ( http ://aturon.github.io/blog/2017/04/24/negative-chalk/)
214+ * [ Negative reasoning in Chalk] ( https ://aturon.github.io/blog/2017/04/24/negative-chalk/)
215215* [ Query structure in chalk] ( http://smallcultfollowing.com/babysteps/blog/2017/05/25/query-structure-in-chalk/ )
216216* [ Cyclic queries in chalk] ( http://smallcultfollowing.com/babysteps/blog/2017/09/12/tabling-handling-cyclic-queries-in-chalk/ )
217217* [ An on-demand SLG solver for chalk] ( http://smallcultfollowing.com/babysteps/blog/2018/01/31/an-on-demand-slg-solver-for-chalk/ )
@@ -230,27 +230,27 @@ Likewise, lowering tests use the [`lowering_success!` and
230230[ universal quantification ] : https://en.wikipedia.org/wiki/Universal_quantification
231231
232232[ `ProgramClause` ] : https://rust-lang.github.io/chalk/doc/chalk_ir/enum.ProgramClause.html
233- [ `ProgramEnvironment` ] : http ://rust-lang.github.io/chalk/doc/chalk/program_environment/struct.ProgramEnvironment.html
233+ [ `ProgramEnvironment` ] : https ://rust-lang.github.io/chalk/doc/chalk/program_environment/struct.ProgramEnvironment.html
234234[ chalk_engine ] : https://rust-lang.github.io/chalk/doc/chalk_engine/index.html
235235[ chalk_ir ] : https://rust-lang.github.io/chalk/doc/chalk_ir/index.html
236236[ chalk_parse ] : https://rust-lang.github.io/chalk/doc/chalk_parse/index.html
237237[ chalk_solve ] : https://rust-lang.github.io/chalk/doc/chalk_solve/index.html
238238[ chalk_rust_ir ] : https://rust-lang.github.io/chalk/doc/chalk_rust_ir/index.html
239239[ doc-chalk ] : https://rust-lang.github.io/chalk/doc/chalk/index.html
240240[ engine-context ] : https://rust-lang.github.io/chalk/doc/chalk_engine/context/index.html
241- [ chalk-program ] : http ://rust-lang.github.io/chalk/doc/chalk/program/struct.Program.html
241+ [ chalk-program ] : https ://rust-lang.github.io/chalk/doc/chalk/program/struct.Program.html
242242
243- [ binders-struct ] : http ://rust-lang.github.io/chalk/doc/chalk_ir/struct.Binders.html
244- [ chalk-ast ] : http ://rust-lang.github.io/chalk/doc/chalk_parse/ast/index.html
243+ [ binders-struct ] : https ://rust-lang.github.io/chalk/doc/chalk_ir/struct.Binders.html
244+ [ chalk-ast ] : https ://rust-lang.github.io/chalk/doc/chalk_parse/ast/index.html
245245[ chalk-test-example ] : https://github.com/rust-lang/chalk/blob/4bce000801de31bf45c02f742a5fce335c9f035f/src/test.rs#L115
246246[ chalk-test-lowering-example ] : https://github.com/rust-lang/chalk/blob/4bce000801de31bf45c02f742a5fce335c9f035f/src/rust_ir/lowering/test.rs#L8-L31
247247[ chalk-test-lowering ] : https://github.com/rust-lang/chalk/blob/4bce000801de31bf45c02f742a5fce335c9f035f/src/rust_ir/lowering/test.rs
248248[ chalk-test-wf ] : https://github.com/rust-lang/chalk/blob/4bce000801de31bf45c02f742a5fce335c9f035f/src/rules/wf/test.rs#L1
249249[ chalki ] : https://rust-lang.github.io/chalk/doc/chalki/index.html
250250[ clause ] : https://github.com/rust-lang/chalk/blob/master/GLOSSARY.md#clause
251- [ coherence-src ] : http ://rust-lang.github.io/chalk/doc/chalk_solve/coherence/index.html
252- [ ir-code ] : http ://rust-lang.github.io/chalk/doc/chalk_rust_ir/
253- [ solve-wf-src ] : http ://rust-lang.github.io/chalk/doc/chalk_solve/wf/index.html
251+ [ coherence-src ] : https ://rust-lang.github.io/chalk/doc/chalk_solve/coherence/index.html
252+ [ ir-code ] : https ://rust-lang.github.io/chalk/doc/chalk_rust_ir/
253+ [ solve-wf-src ] : https ://rust-lang.github.io/chalk/doc/chalk_solve/wf/index.html
254254[ solve_goal ] : https://github.com/rust-lang/chalk/blob/4bce000801de31bf45c02f742a5fce335c9f035f/src/test.rs#L85
255255[ test-lowering-macros ] : https://github.com/rust-lang/chalk/blob/4bce000801de31bf45c02f742a5fce335c9f035f/src/test_util.rs#L21-L54
256256[ test-macro ] : https://github.com/rust-lang/chalk/blob/4bce000801de31bf45c02f742a5fce335c9f035f/src/test.rs#L33
0 commit comments