aboutsummaryrefslogtreecommitdiffhomepage
path: root/tactics
diff options
context:
space:
mode:
Diffstat (limited to 'tactics')
-rw-r--r--tactics/setoid_replace.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tactics/setoid_replace.ml b/tactics/setoid_replace.ml
index 962d26911..a88906445 100644
--- a/tactics/setoid_replace.ml
+++ b/tactics/setoid_replace.ml
@@ -82,7 +82,7 @@ let coq_fleche = lazy(constant ["Setoid"] "fleche")
(* Coq constants *)
-let coqeq = lazy(global_constant ["Logic"] "eqT")
+let coqeq = lazy(global_constant ["Logic_Type"] "eqT")
let coqconj = lazy(global_constant ["Logic"] "conj")
let coqand = lazy(global_constant ["Logic"] "and")