AutorewriteSourceThis files implements the autorewrite tactic.
type raw_rew_rule =
(Constr.constr Univ.in_universe_context_set
* bool
* Gentactic.raw_generic_tactic option)
CAst.tTo add rewriting rules to a base
val add_rewrite_hint :
locality:Libobject.locality ->
poly:bool ->
string list ->
bool ->
Gentactic.raw_generic_tactic option ->
Constrexpr.constr_expr list ->
unitval autorewrite :
?conds:Equality.conditions ->
unit Proofview.tactic ->
string list ->
unit Proofview.tacticThe AutoRewrite tactic. The optional conditions tell rewrite how to handle matching and side-condition solving. Default is Naive: first match in the clause, don't look at the side-conditions to tell if the rewrite succeeded.
val autorewrite_in :
?conds:Equality.conditions ->
Names.Id.t ->
unit Proofview.tactic ->
string list ->
unit Proofview.tacticval auto_multi_rewrite :
?conds:Equality.conditions ->
string list ->
Locus.clause ->
unit Proofview.tacticval auto_multi_rewrite_with :
?conds:Equality.conditions ->
unit Proofview.tactic ->
string list ->
Locus.clause ->
unit Proofview.tactic