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

Function tactic_description

lean_py/z3/tactic.py:365–367  ·  view source on GitHub ↗

Return description of a tactic.

(name: str)

Source from the content-addressed store, hash-verified

363
364
365def tactic_description(name: str) -> str:
366 """Return description of a tactic."""
367 return f"Lean tactic: {name}"
368
369
370def describe_tactics() -> None:

Callers 1

describe_tacticsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected