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

Method test_triple_sort

tests/test_z3_ported.py:3374–3377  ·  view source on GitHub ↗
(self, kernel)

Source from the content-addressed store, hash-verified

3372 assert isinstance(p, ExprRef)
3373
3374 def test_triple_sort(self, kernel):
3375 Triple, mk, accs = TupleSort("Triple_t5", [IntSort(), RealSort(), BoolSort()])
3376 assert mk.arity() == 3
3377 assert len(accs) == 3
3378
3379
3380class TestCreateDatatypes:

Callers

nothing calls this directly

Calls 5

TupleSortFunction · 0.90
IntSortFunction · 0.90
RealSortFunction · 0.90
BoolSortFunction · 0.90
arityMethod · 0.45

Tested by

no test coverage detected