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.
1 parent e2f6b45 commit 99ddd0dCopy full SHA for 99ddd0d
src/traits/chalk-overview.md
@@ -7,8 +7,8 @@
7
8
[Chalk][chalk] recasts Rust's trait system explicitly in terms of logic
9
programming by "lowering" Rust code into a kind of logic program we can then
10
-execute queries against. (See [*Lowering to Logic*][lowering-to-logic] and
11
-[*Lowering Rules*][lowering-rules]) Its goal is to be an executable, highly
+execute queries against (see [*Lowering to Logic*][lowering-to-logic] and
+[*Lowering Rules*][lowering-rules]). Its goal is to be an executable, highly
12
readable specification of the Rust trait system.
13
14
There are many expected benefits from this work. It will consolidate our
0 commit comments