Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
Repeat
Function · 0.90
Tactic
Class · 0.90
Tested by
no test coverage detected