mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 17:15:31 +00:00
Merge branch 'unstable' of https://git01.codeplex.com/z3 into unstable
This commit is contained in:
commit
d65b836ace
2 changed files with 34 additions and 3 deletions
|
@ -632,7 +632,7 @@ class FuncDeclRef(AstRef):
|
|||
>>> f(x, x)
|
||||
f(x, ToReal(x))
|
||||
"""
|
||||
args = _get_args(args)
|
||||
args = _get_args(args)
|
||||
num = len(args)
|
||||
if __debug__:
|
||||
_z3_assert(num == self.arity(), "Incorrect number of arguments to %s" % self)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue