mirror of
https://github.com/Z3Prover/z3
synced 2025-08-08 04:01:22 +00:00
map and fold cannot be treated as variables
This commit is contained in:
parent
4a652a4c0c
commit
8311525472
1 changed files with 4 additions and 0 deletions
|
@ -438,6 +438,10 @@ namespace seq {
|
||||||
!seq.str.is_unit(a) &&
|
!seq.str.is_unit(a) &&
|
||||||
!seq.str.is_itos(a) &&
|
!seq.str.is_itos(a) &&
|
||||||
!seq.str.is_nth_i(a) &&
|
!seq.str.is_nth_i(a) &&
|
||||||
|
!seq.str.is_map(a) &&
|
||||||
|
!seq.str.is_mapi(a) &&
|
||||||
|
!seq.str.is_foldl(a) &&
|
||||||
|
!seq.str.is_foldli(a) &&
|
||||||
!m.is_ite(a);
|
!m.is_ite(a);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue