Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BasisResearch/lean.py
/ test_array_sort
Method
test_array_sort
tests/test_z3_compat.py:574–576 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
572
573
class
TestArray:
574
def
test_array_sort(self):
575
s = ArraySort(IntSort(), IntSort())
576
assert
"\u2192"
in repr(s)
577
578
def
test_array_var(self):
579
a = Array(
"a"
, IntSort(), IntSort())
Callers
nothing calls this directly
Calls
2
ArraySort
Function · 0.90
IntSort
Function · 0.90
Tested by
no test coverage detected