mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 09:35:32 +00:00
use python3 in nightly
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
7ed27a1f41
commit
37b283fab9
2 changed files with 3 additions and 3 deletions
|
@ -368,7 +368,7 @@ namespace z3 {
|
|||
func_decl recfun(char const * name, sort const & d1, sort const & d2, sort const & range);
|
||||
|
||||
/**
|
||||
* \brief add function definition body to declaration decl. decl needs to be declared using context::<recfun>.
|
||||
* \brief add function definition body to declaration decl. decl needs to be declared using context::recfun.
|
||||
* @param decl
|
||||
* @param args
|
||||
* @param body
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue