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_ported.py:1934–1936 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1932
assert
"8"
in repr(BitVecSort(8))
1933
1934
def
test_array_sort(self):
1935
s = ArraySort(IntSort(), IntSort())
1936
assert isinstance(s, ArraySortRef)
1937
1938
def
test_expression_sort(self):
1939
""
"Each expression knows its sort."
""
Callers
nothing calls this directly
Calls
2
ArraySort
Function · 0.90
IntSort
Function · 0.90
Tested by
no test coverage detected