Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BasisResearch/lean.py
/ Strings
Function
Strings
lean_py/z3/core.py:2278–2279 ·
view source on GitHub ↗
(names: str)
Source
from the content-addressed store, hash-verified
2276
2277
2278
def
Strings(names: str) -> tuple[StringRef, ...]:
2279
return
tuple(String(n)
for
n in names.split())
2280
2281
2282
def
StringVal(s: str) -> StringRef:
Callers
3
test_strings_helper
Method · 0.90
test_strings
Method · 0.90
test_concat_assoc
Method · 0.90
Calls
1
String
Function · 0.85
Tested by
3
test_strings_helper
Method · 0.72
test_strings
Method · 0.72
test_concat_assoc
Method · 0.72