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

Method basis

lean_py/z3/core.py:3864–3866  ·  view source on GitHub ↗

Return the element sort.

(self)

Source from the content-addressed store, hash-verified

3862 self._elem = elem
3863
3864 def basis(self) -> SortRef:
3865 """Return the element sort."""
3866 return self._elem
3867
3868 def is_string(self) -> bool:
3869 """True if this is Seq(Char), i.e. String."""

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected