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.mli6
1 files changed, 3 insertions, 3 deletions
diff --git a/tactics/setoid_replace.mli b/tactics/setoid_replace.mli
index d8bc556562..e4d49e9029 100644
--- a/tactics/setoid_replace.mli
+++ b/tactics/setoid_replace.mli
@@ -10,7 +10,7 @@
open Term
open Proof_type
-open Genarg
+open Topconstr
val equiv_list : unit -> constr list
@@ -22,6 +22,6 @@ val setoid_rewriteRL : constr -> tactic
val general_s_rewrite : bool -> constr -> tactic
-val add_setoid : constr_ast -> constr_ast -> constr_ast -> unit
+val add_setoid : constr_expr -> constr_expr -> constr_expr -> unit
-val new_named_morphism : Names.identifier -> constr_ast -> unit
+val new_named_morphism : Names.identifier -> constr_expr -> unit