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

Method test_const_string_sort

tests/test_z3_ported.py:1438–1441  ·  view source on GitHub ↗

Const("s", StringSort()) returns StringRef.

(self)

Source from the content-addressed store, hash-verified

1436 assert isinstance(r, StringRef)
1437
1438 def test_const_string_sort(self):
1439 """Const("s", StringSort()) returns StringRef."""
1440 s = Const("s", StringSort())
1441 assert isinstance(s, StringRef)
1442
1443 def test_strings_helper(self):
1444 a, b, c = Strings("a b c")

Callers

nothing calls this directly

Calls 2

ConstFunction · 0.90
StringSortFunction · 0.90

Tested by

no test coverage detected