MCPcopy Create free account
hub / github.com/BasisResearch/lean.py / DeclareSort

Function DeclareSort

lean_py/z3/core.py:234–235  ·  view source on GitHub ↗
(name: str)

Source from the content-addressed store, hash-verified

232
233
234def DeclareSort(name: str) -> UninterpretedSortRef:
235 return UninterpretedSortRef(UninterpASTSort(name))
236
237
238class BitVecSortRef(SortRef):

Calls 2

UninterpASTSortClass · 0.90