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

Method test_seq_sort_creation

tests/test_z3_compat.py:2048–2052  ·  view source on GitHub ↗

SeqSort creates a SeqSortRef.

(self)

Source from the content-addressed store, hash-verified

2046 """Tests for Sequence sort and operations."""
2047
2048 def test_seq_sort_creation(self):
2049 """SeqSort creates a SeqSortRef."""
2050
2051 s = SeqSort(IntSort())
2052 assert isinstance(s, SeqSortRef)
2053
2054 def test_seq_sort_char_is_string(self):
2055 """SeqSort(CharSort()) returns StringSort."""

Callers

nothing calls this directly

Calls 2

SeqSortFunction · 0.90
IntSortFunction · 0.90

Tested by

no test coverage detected