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

Method test_set_sort

tests/test_z3_ported.py:4009–4011  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

4007
4008class TestSetAPI:
4009 def test_set_sort(self):
4010 s = SetSort(IntSort())
4011 assert isinstance(s, ArraySortRef)
4012
4013 def test_empty_set(self):
4014 s = EmptySet(IntSort())

Callers

nothing calls this directly

Calls 2

SetSortFunction · 0.90
IntSortFunction · 0.90

Tested by

no test coverage detected