Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BasisResearch/lean.py
/ IntSort
Function
IntSort
lean_py/z3/core.py:222–223 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
220
221
222
def
IntSort() -> ArithSortRef:
223
return
ArithSortRef(IntASTSort())
224
225
226
def
NatSort() -> ArithSortRef:
Callers
15
resolve_sort
Method · 0.90
test_function_declaration
Method · 0.90
test_function_application
Method · 0.90
test_function_congruence
Method · 0.90
test_function_injectivity_pattern
Method · 0.90
test_multi_arg_function
Method · 0.90
test_function_bool_range
Method · 0.90
test_function_composition_proof
Method · 0.90
test_array_creation
Method · 0.90
test_select_store
Method · 0.90
test_store_select_axiom
Method · 0.90
test_store_select_different_index
Method · 0.90
Calls
2
IntASTSort
Class · 0.90
ArithSortRef
Class · 0.85
Tested by
15
test_function_declaration
Method · 0.72
test_function_application
Method · 0.72
test_function_congruence
Method · 0.72
test_function_injectivity_pattern
Method · 0.72
test_multi_arg_function
Method · 0.72
test_function_bool_range
Method · 0.72
test_function_composition_proof
Method · 0.72
test_array_creation
Method · 0.72
test_select_store
Method · 0.72
test_store_select_axiom
Method · 0.72
test_store_select_different_index
Method · 0.72
test_constant_array
Method · 0.72