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

Function Full

lean_py/z3/core.py:3934–3938  ·  view source on GitHub ↗

Full sequence.

(s: SortRef)

Source from the content-addressed store, hash-verified

3932
3933
3934def Full(s: SortRef) -> ExprRef:
3935 """Full sequence."""
3936 if isinstance(s, ArraySortRef):
3937 return FullSet(s.domain())
3938 raise NotImplementedError("Full not supported for this sort")
3939
3940
3941def Unit(e: ExprRef) -> ExprRef:

Callers

nothing calls this directly

Calls 2

FullSetFunction · 0.85
domainMethod · 0.45

Tested by

no test coverage detected