Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BasisResearch/lean.py
/ is_array
Function
is_array
lean_py/z3/core.py:2482–2483 ·
view source on GitHub ↗
(a: ExprRef)
Source
from the content-addressed store, hash-verified
2480
2481
2482
def
is_array(a: ExprRef) -> bool:
2483
return
isinstance(a, ArrayRef)
2484
2485
2486
def
is_const(a: ExprRef) -> bool:
Callers
7
test_array_creation
Method · 0.90
test_map_function_over_array
Method · 0.90
test_as_array
Method · 0.90
test_is_sort_types
Method · 0.90
test_is_array
Method · 0.90
test_map_basic
Method · 0.90
test_as_array_basic
Method · 0.90
Calls
no outgoing calls
Tested by
7
test_array_creation
Method · 0.72
test_map_function_over_array
Method · 0.72
test_as_array
Method · 0.72
test_is_sort_types
Method · 0.72
test_is_array
Method · 0.72
test_map_basic
Method · 0.72
test_as_array_basic
Method · 0.72