fix(hott/init/tactic): add replace
This commit is contained in:
parent
668758c44e
commit
ec38ee8df8
1 changed files with 1 additions and 0 deletions
|
@ -95,6 +95,7 @@ definition trace (s : string) : tactic := builtin
|
|||
definition rewrite_tac (e : expr_list) : tactic := builtin
|
||||
definition xrewrite_tac (e : expr_list) : tactic := builtin
|
||||
definition krewrite_tac (e : expr_list) : tactic := builtin
|
||||
definition replace (old : expr) (new : with_expr) (loc : location) : tactic := builtin
|
||||
|
||||
-- Arguments:
|
||||
-- - ls : lemmas to be used (if not provided, then blast will choose them)
|
||||
|
|
Loading…
Reference in a new issue