mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-06 11:15:43 -05:00
Typo in doc
This commit is contained in:
parent
a5733c818d
commit
b5d816fbac
1 changed files with 1 additions and 1 deletions
|
|
@ -196,7 +196,7 @@ module Make
|
||||||
When incrementing activity, we want to be able to iterate over
|
When incrementing activity, we want to be able to iterate over
|
||||||
all subterms of a formula. However, the function provided by the theory
|
all subterms of a formula. However, the function provided by the theory
|
||||||
may be costly (if it walks a tree-like structure, and does some processing
|
may be costly (if it walks a tree-like structure, and does some processing
|
||||||
to ignore some subterms for instance), so we want to 'cache' to list
|
to ignore some subterms for instance), so we want to 'cache' the list
|
||||||
of subterms of each formula, so we have a field [v_assignable]
|
of subterms of each formula, so we have a field [v_assignable]
|
||||||
directly in variables to do so. *)
|
directly in variables to do so. *)
|
||||||
let iter_sub f v =
|
let iter_sub f v =
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue