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

Function CharSort

lean_py/z3/core.py:3824–3825  ·  view source on GitHub ↗
(ctx: Context | None = None)

Source from the content-addressed store, hash-verified

3822
3823
3824def CharSort(ctx: Context | None = None) -> CharSortRef:
3825 return CharSortRef(CharASTSort())
3826
3827
3828def CharVal(ch: str | int, ctx: Context | None = None) -> CharRef:

Callers 5

test_seq_sort_charMethod · 0.90
test_char_sortMethod · 0.90
test_char_constMethod · 0.90

Calls 2

CharASTSortClass · 0.90
CharSortRefClass · 0.85

Tested by 5

test_seq_sort_charMethod · 0.72
test_char_sortMethod · 0.72
test_char_constMethod · 0.72