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

Method test_rec_function

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

Source from the content-addressed store, hash-verified

4173
4174class TestRecFunction:
4175 def test_rec_function(self):
4176 f = RecFunction("f", IntSort(), IntSort())
4177 assert isinstance(f, FuncDeclRef)
4178
4179 def test_rec_add_definition(self):
4180 f = RecFunction("f", IntSort(), IntSort())

Callers

nothing calls this directly

Calls 2

RecFunctionFunction · 0.90
IntSortFunction · 0.90

Tested by

no test coverage detected