chalk: place brackets in usual positions
This commit is contained in:
parent
b37bd78a3e
commit
45b78af3f7
|
|
@ -7,8 +7,8 @@
|
||||||
|
|
||||||
[Chalk][chalk] recasts Rust's trait system explicitly in terms of logic
|
[Chalk][chalk] recasts Rust's trait system explicitly in terms of logic
|
||||||
programming by "lowering" Rust code into a kind of logic program we can then
|
programming by "lowering" Rust code into a kind of logic program we can then
|
||||||
execute queries against. (See [*Lowering to Logic*][lowering-to-logic] and
|
execute queries against (see [*Lowering to Logic*][lowering-to-logic] and
|
||||||
[*Lowering Rules*][lowering-rules]) Its goal is to be an executable, highly
|
[*Lowering Rules*][lowering-rules]). Its goal is to be an executable, highly
|
||||||
readable specification of the Rust trait system.
|
readable specification of the Rust trait system.
|
||||||
|
|
||||||
There are many expected benefits from this work. It will consolidate our
|
There are many expected benefits from this work. It will consolidate our
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue