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:
parent
660bdc33e3
commit
0629353fdc
2 changed files with 8 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue