Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BasisResearch/lean.py
/ test_seq_const
Method
test_seq_const
tests/test_z3_compat.py:2118–2122 ·
view source on GitHub ↗
Const with SeqSort creates SeqRef.
(self)
Source
from the content-addressed store, hash-verified
2116
assert isinstance(su, BoolRef)
2117
2118
def
test_seq_const(self):
2119
""
"Const with SeqSort creates SeqRef."
""
2120
2121
s = Const(
"s"
, SeqSort(IntSort()))
2122
assert isinstance(s, SeqRef)
Callers
nothing calls this directly
Calls
3
Const
Function · 0.90
SeqSort
Function · 0.90
IntSort
Function · 0.90
Tested by
no test coverage detected