aboutsummaryrefslogtreecommitdiffhomepage
path: root/tactics/eqschemes.ml
diff options
context:
space:
mode:
Diffstat (limited to 'tactics/eqschemes.ml')
-rw-r--r--tactics/eqschemes.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tactics/eqschemes.ml b/tactics/eqschemes.ml
index fe380db7c..0d16e4931 100644
--- a/tactics/eqschemes.ml
+++ b/tactics/eqschemes.ml
@@ -76,7 +76,7 @@ let my_it_mkLambda_or_LetIn_name s c =
let get_coq_eq () =
try
- let eq = Libnames.destIndRef Coqlib.glob_eq in
+ let eq = Globnames.destIndRef Coqlib.glob_eq in
let _ = Global.lookup_inductive eq in
(* Do not force the lazy if they are not defined *)
mkInd eq, Coqlib.build_coq_eq_refl ()