mirror of
https://github.com/Z3Prover/z3
synced 2025-05-04 14:25:46 +00:00
parent
65e6b73873
commit
6b380811b8
4 changed files with 23 additions and 8 deletions
|
@ -304,7 +304,7 @@ protected:
|
|||
bool contains_macro(symbol const& s, unsigned arity, sort *const* domain) const;
|
||||
void insert_macro(symbol const& s, unsigned arity, sort*const* domain, expr* t);
|
||||
void erase_macro(symbol const& s);
|
||||
bool macros_find(symbol const& s, unsigned n, expr*const* args, expr*& t) const;
|
||||
bool macros_find(symbol const& s, unsigned n, expr*const* args, expr_ref_vector& coerced_args, expr*& t) const;
|
||||
|
||||
recfun::decl::plugin& get_recfun_plugin();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue