Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BasisResearch/lean.py
/ NatSort
Function
NatSort
lean_py/z3/core.py:226–227 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
224
225
226
def
NatSort() -> ArithSortRef:
227
return
ArithSortRef(NatASTSort())
228
229
230
def
RealSort() -> ArithSortRef:
Callers
5
test_sort_repr
Method · 0.90
test_nat_var
Method · 0.90
Nat
Function · 0.85
NatVal
Function · 0.85
_child_expr
Function · 0.85
Calls
2
NatASTSort
Class · 0.90
ArithSortRef
Class · 0.85
Tested by
2
test_sort_repr
Method · 0.72
test_nat_var
Method · 0.72