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

Method test_sort_kind_string

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

Source from the content-addressed store, hash-verified

3299 assert ArraySort(IntSort(), IntSort()).kind() == 5
3300
3301 def test_sort_kind_string(self):
3302 assert StringSort().kind() == 7
3303
3304 def test_sort_kind_uninterpreted(self):
3305 T = DeclareSort("T")

Callers

nothing calls this directly

Calls 2

StringSortFunction · 0.90
kindMethod · 0.45

Tested by

no test coverage detected