3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-06-29 01:18:45 +00:00

add match for foldli

This commit is contained in:
Nikolaj Bjorner 2022-09-10 16:02:11 -07:00
parent 660bdc33e3
commit 0629353fdc
2 changed files with 8 additions and 0 deletions

View file

@ -403,6 +403,7 @@ public:
MATCH_BINARY(is_map);
MATCH_TERNARY(is_mapi);
MATCH_TERNARY(is_foldl);
MATCH_QUATARY(is_foldli);
MATCH_BINARY(is_last_index);
MATCH_TERNARY(is_replace);
MATCH_TERNARY(is_replace_re);