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

Method test_bv_sort_repr

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

Source from the content-addressed store, hash-verified

1929 assert repr(StringSort()) == "String"
1930
1931 def test_bv_sort_repr(self):
1932 assert "8" in repr(BitVecSort(8))
1933
1934 def test_array_sort(self):
1935 s = ArraySort(IntSort(), IntSort())

Callers

nothing calls this directly

Calls 1

BitVecSortFunction · 0.90

Tested by

no test coverage detected