Apply tactic with timeout (timeout ignored — Lean handles timeouts internally).
(tactic: Tactic, ms: int)
| 202 | |
| 203 | |
| 204 | def TryFor(tactic: Tactic, ms: int) -> Tactic: |
| 205 | """Apply tactic with timeout (timeout ignored — Lean handles timeouts internally).""" |
| 206 | return tactic |
| 207 | |
| 208 | |
| 209 | def ParOr(*tactics: Tactic) -> Tactic: |
no outgoing calls