def
tactic.hint.add_hint_tactic
:
interactive.parse (lean.parser.tk "add_hint_tactic") → lean.parser unit
add_hint_tactic t runs the tactic t whenever hint is invoked.
The typical use case is add_hint_tactic "foo" for some interactive tactic foo.
Report a list of tactics that can make progress against the current goal.