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

Method test_empty_string

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

Source from the content-addressed store, hash-verified

4079 assert isinstance(s, (SortRef, StringSortRef))
4080
4081 def test_empty_string(self):
4082 e = Empty(StringSort())
4083 assert isinstance(e, StringRef)
4084
4085 def test_unit(self):
4086 s = StringVal("a")

Callers

nothing calls this directly

Calls 2

EmptyFunction · 0.90
StringSortFunction · 0.90

Tested by

no test coverage detected