aboutsummaryrefslogtreecommitdiff
path: root/tactics/setoid_replace.mli
diff options
context:
space:
mode:
Diffstat (limited to 'tactics/setoid_replace.mli')
-rw-r--r--tactics/setoid_replace.mli8
1 files changed, 2 insertions, 6 deletions
diff --git a/tactics/setoid_replace.mli b/tactics/setoid_replace.mli
index eb2112a3b5..5e08ffeaab 100644
--- a/tactics/setoid_replace.mli
+++ b/tactics/setoid_replace.mli
@@ -23,13 +23,9 @@ val print_setoids : unit -> unit
val equiv_list : unit -> constr list
-val setoid_replace : constr -> constr -> tactic
+val setoid_replace : constr -> constr -> new_goals:constr list -> tactic
-val setoid_rewriteLR : constr -> tactic
-
-val setoid_rewriteRL : constr -> tactic
-
-val general_s_rewrite : bool -> constr -> tactic
+val general_s_rewrite : bool -> constr -> new_goals:constr list -> tactic
val add_relation :
constr_expr -> constr_expr -> constr_expr option -> constr_expr option -> unit