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

Method test_repeat_combinator

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

Source from the content-addressed store, hash-verified

1706 assert isinstance(t, Tactic)
1707
1708 def test_repeat_combinator(self):
1709 t = Repeat(Tactic("simp"))
1710 assert isinstance(t, Tactic)
1711
1712
1713# ===================================================================

Callers

nothing calls this directly

Calls 2

RepeatFunction · 0.90
TacticClass · 0.90

Tested by

no test coverage detected