feat(library/equations_compiler/equations): add helper function
This commit is contained in:
parent
6c13241d59
commit
a0fb3eb2f9
1 changed files with 1 additions and 0 deletions
|
|
@ -57,6 +57,7 @@ expr const & equations_wf_rel(expr const & e);
|
|||
the \c n resulting functions (and their types) with an \c equations_result macro. */
|
||||
bool is_equations_result(expr const & e);
|
||||
expr mk_equations_result(unsigned n, expr const * rs);
|
||||
inline expr mk_equations_result(expr const & e) { return mk_equations_result(1, &e); }
|
||||
unsigned get_equations_result_size(expr const & e);
|
||||
expr const & get_equations_result(expr const & e, unsigned i);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue