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

Method test_as_array_basic

tests/test_z3_compat.py:1582–1585  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1580 Map(f)
1581
1582 def test_as_array_basic(self):
1583 f = Function("f", IntSort(), IntSort())
1584 a = AsArray(f)
1585 assert is_array(a)
1586
1587 def test_as_array_requires_unary(self):
1588 f = Function("f", IntSort(), IntSort(), IntSort())

Callers

nothing calls this directly

Calls 4

FunctionFunction · 0.90
IntSortFunction · 0.90
AsArrayFunction · 0.90
is_arrayFunction · 0.90

Tested by

no test coverage detected