mirror of
https://github.com/Z3Prover/z3
synced 2025-04-10 19:27:06 +00:00
map and fold cannot be treated as variables
This commit is contained in:
parent
4a652a4c0c
commit
8311525472
|
@ -438,6 +438,10 @@ namespace seq {
|
|||
!seq.str.is_unit(a) &&
|
||||
!seq.str.is_itos(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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue