Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BasisResearch/lean.py
/ BoolSort
Function
BoolSort
lean_py/z3/core.py:218–219 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
216
217
218
def
BoolSort() -> BoolSortRef:
219
return
BoolSortRef(PropSort())
220
221
222
def
IntSort() -> ArithSortRef:
Callers
15
resolve_sort
Method · 0.90
test_function_bool_range
Method · 0.90
test_socrates_syllogism
Method · 0.90
test_sort_equality
Method · 0.90
test_sort_repr
Method · 0.90
test_expression_sort
Method · 0.90
test_consts_bool
Method · 0.90
test_is_sort
Method · 0.90
test_name
Method · 0.90
test_arity
Method · 0.90
test_domain
Method · 0.90
test_range
Method · 0.90
Calls
2
PropSort
Class · 0.90
BoolSortRef
Class · 0.85
Tested by
15
test_function_bool_range
Method · 0.72
test_socrates_syllogism
Method · 0.72
test_sort_equality
Method · 0.72
test_sort_repr
Method · 0.72
test_expression_sort
Method · 0.72
test_consts_bool
Method · 0.72
test_is_sort
Method · 0.72
test_name
Method · 0.72
test_arity
Method · 0.72
test_domain
Method · 0.72
test_range
Method · 0.72
test_domain_out_of_range
Method · 0.72