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

Method test_string_sort

tests/test_z3_compat.py:1361–1364  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1359 """Tests for String/Sequence support (gap #4a)."""
1360
1361 def test_string_sort(self):
1362 s = StringSort()
1363 assert isinstance(s, StringSortRef)
1364 assert repr(s) == "String"
1365
1366 def test_string_var(self):
1367 s = String("s")

Callers

nothing calls this directly

Calls 1

StringSortFunction · 0.90

Tested by

no test coverage detected