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

Method test_sort_kind_int

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

Source from the content-addressed store, hash-verified

3287 assert BoolSort().kind() == 1
3288
3289 def test_sort_kind_int(self):
3290 assert IntSort().kind() == 2
3291
3292 def test_sort_kind_real(self):
3293 assert RealSort().kind() == 3

Callers

nothing calls this directly

Calls 2

IntSortFunction · 0.90
kindMethod · 0.45

Tested by

no test coverage detected