MCPcopy 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

ConstFunction · 0.90
SeqSortFunction · 0.90
IntSortFunction · 0.90

Tested by

no test coverage detected