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

Method test_is_const_array

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

Source from the content-addressed store, hash-verified

4255 assert not is_re(Int("x"))
4256
4257 def test_is_const_array(self):
4258 assert is_const_array(K(IntSort(), IntVal(0)))
4259 assert not is_const_array(Int("x"))
4260
4261 def test_is_K(self):
4262 assert is_K(K(IntSort(), IntVal(0)))

Callers

nothing calls this directly

Calls 5

is_const_arrayFunction · 0.90
KFunction · 0.90
IntSortFunction · 0.90
IntValFunction · 0.90
IntFunction · 0.90

Tested by

no test coverage detected