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

Method test_array_sort

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

Source from the content-addressed store, hash-verified

572
573class TestArray:
574 def test_array_sort(self):
575 s = ArraySort(IntSort(), IntSort())
576 assert "\u2192" in repr(s)
577
578 def test_array_var(self):
579 a = Array("a", IntSort(), IntSort())

Callers

nothing calls this directly

Calls 2

ArraySortFunction · 0.90
IntSortFunction · 0.90

Tested by

no test coverage detected