File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ An [`ExClause`] is described in literature as `A :- D | G` or
59
59
` A holds given that G holds with D delayed goals ` . In ` chalk-engine ` , an
60
60
` ExClause ` stores the current state of proving a goal, including existing
61
61
substitutions already found, subgoals yet to be proven, or delayed subgoals. A
62
- [ ` Strand ` ] wraps both an [ ` ExClause ` ] and an [ ` TruncatingInferenceTable ` ] together.
62
+ [ ` Strand ` ] wraps [ ` ExClause ` ] and an [ ` InferenceTable ` ] together.
63
63
64
64
## Tables and Forests
65
65
@@ -78,7 +78,7 @@ stack).
78
78
79
79
[ `Context` ] : https://rust-lang.github.io/chalk/chalk_engine/context/trait.Context.html
80
80
[ `ContextOps` ] : https://rust-lang.github.io/chalk/chalk_engine/context/trait.ContextOps.html
81
- [ `TruncatingInferenceTable ` ] : https://rust-lang.github.io/chalk/chalk_engine/slg /struct.TruncatingInferenceTable .html
81
+ [ `InferenceTable ` ] : https://rust-lang.github.io/chalk/chalk_solve/infer /struct.InferenceTable .html
82
82
[ `Solution` ] : https://rust-lang.github.io/chalk/chalk_solve/solve/enum.Solution.html
83
83
[ `ExClause` ] : https://rust-lang.github.io/chalk/chalk_engine/struct.ExClause.html
84
84
[ `Strand` ] : https://rust-lang.github.io/chalk/chalk_engine/strand/struct.Strand.html
You can’t perform that action at this time.
0 commit comments