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

Method test_string_sort_name

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

Source from the content-addressed store, hash-verified

3277 assert "(BitVec 32)" in s.name()
3278
3279 def test_string_sort_name(self):
3280 assert StringSort().name() == "String"
3281
3282 def test_uninterp_sort_name(self):
3283 T = DeclareSort("MySort")

Callers

nothing calls this directly

Calls 2

StringSortFunction · 0.90
nameMethod · 0.45

Tested by

no test coverage detected