MCPcopy 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
222def IntSort() -> ArithSortRef:
223 return ArithSortRef(IntASTSort())
224
225
226def NatSort() -> ArithSortRef:

Calls 2

IntASTSortClass · 0.90
ArithSortRefClass · 0.85