3
0
Fork 0
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:
Nikolaj Bjorner 2022-09-10 16:03:24 -07:00
parent 4a652a4c0c
commit 8311525472

View file

@ -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);
}