mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 09:05:31 +00:00
Fix some typos. (#7075)
This commit is contained in:
parent
ec2b8eb4ca
commit
d66df2616f
8 changed files with 10 additions and 10 deletions
|
@ -1244,7 +1244,7 @@ bool theory_seq::get_length(expr* e, expr_ref& len, literal_vector& lits) {
|
|||
|
||||
/**
|
||||
* solve for fold/map (recursive function that depends on a sequence)
|
||||
* Assumption: the Seq argument of fold/map expands into a concatentation of units
|
||||
* Assumption: the Seq argument of fold/map expands into a concatenation of units
|
||||
* The assumption is enforced by tracking the length of the seq argument.
|
||||
* This is ensured in relevant_eh.
|
||||
* Under the assumption, evern occurrence of fold/map gets simplified by expanding
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue