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

Method test_string_concat_ground

tests/test_z3_compat.py:1688–1691  ·  view source on GitHub ↗

ab' ++ 'cd' == 'abcd'.

(self, kernel)

Source from the content-addressed store, hash-verified

1686 assert _try_prove(claim)
1687
1688 def test_string_concat_ground(self, kernel):
1689 """'ab' ++ 'cd' == 'abcd'."""
1690 claim = StrConcat(StringVal("ab"), StringVal("cd")) == StringVal("abcd")
1691 assert _try_prove(claim)
1692
1693
1694# ------------------------------------------------------------------

Callers

nothing calls this directly

Calls 3

StrConcatFunction · 0.90
StringValFunction · 0.90
_try_proveFunction · 0.90

Tested by

no test coverage detected