aboutsummaryrefslogtreecommitdiffhomepage
path: root/toplevel/libtypes.ml
diff options
context:
space:
mode:
Diffstat (limited to 'toplevel/libtypes.ml')
-rw-r--r--toplevel/libtypes.ml8
1 files changed, 4 insertions, 4 deletions
diff --git a/toplevel/libtypes.ml b/toplevel/libtypes.ml
index 2f98962cf..b169b7d1d 100644
--- a/toplevel/libtypes.ml
+++ b/toplevel/libtypes.ml
@@ -9,7 +9,7 @@
open Term
open Summary
open Libobject
-open Libnames
+open Globnames
open Names
(*
* Module construction
@@ -23,16 +23,16 @@ let reduce c = c
module TypeDnet = Term_dnet.Make
(struct
- type t = Libnames.global_reference
+ type t = Globnames.global_reference
let compare = RefOrdered.compare
- let subst s gr = fst (Libnames.subst_global s gr)
+ let subst s gr = fst (Globnames.subst_global s gr)
let constr_of = Global.type_of_global
end)
(struct let reduce = reduce
let direction = false
end)
-type result = Libnames.global_reference * (constr*existential_key) * Termops.subst
+type result = Globnames.global_reference * (constr*existential_key) * Termops.subst
let all_types = ref TypeDnet.empty
let defined_types = ref TypeDnet.empty