Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BasisResearch/lean.py
/ test_sum_variadic
Method
test_sum_variadic
tests/test_z3_ported.py:2280–2283 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
2278
assert is_int(r)
2279
2280
def
test_sum_variadic(self):
2281
x, y, z = Ints(
"x y z"
)
2282
r = Sum(x, y, z)
2283
assert is_int(r)
2284
2285
def
test_sum_list(self):
2286
xs = [Int(f
"x{i}"
)
for
i in range(4)]
Callers
nothing calls this directly
Calls
3
Ints
Function · 0.90
Sum
Function · 0.90
is_int
Function · 0.90
Tested by
no test coverage detected