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

Method test_empty_set

tests/test_z3_compat.py:1968–1972  ·  view source on GitHub ↗

EmptySet creates an array expression.

(self)

Source from the content-addressed store, hash-verified

1966 assert isinstance(s, ArraySortRef)
1967
1968 def test_empty_set(self):
1969 """EmptySet creates an array expression."""
1970
1971 s = EmptySet(IntSort())
1972 assert isinstance(s, ArrayRef)
1973
1974 def test_full_set(self):
1975 """FullSet creates an array expression."""

Callers

nothing calls this directly

Calls 2

EmptySetFunction · 0.90
IntSortFunction · 0.90

Tested by

no test coverage detected