From 12965209478bd99dfbe57f07d5b525e51b903f22 Mon Sep 17 00:00:00 2001 From: coq Date: Fri, 2 Aug 2002 17:17:42 +0000 Subject: Modules dans COQ\!\!\!\! git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@2957 85f007b7-540e-0410-9357-904b9bb8a0f7 --- pretyping/classops.mli | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'pretyping/classops.mli') diff --git a/pretyping/classops.mli b/pretyping/classops.mli index cd5f31db8..d37588d06 100644 --- a/pretyping/classops.mli +++ b/pretyping/classops.mli @@ -10,6 +10,7 @@ (*i*) open Names +open Libnames open Nametab open Term open Evd @@ -32,7 +33,7 @@ type cl_info_typ = { cl_param : int } (* This is the type of coercion kinds *) -type coe_typ = global_reference +type coe_typ = Libnames.global_reference (* This is the type of infos for declared coercions *) type coe_info_typ @@ -46,7 +47,7 @@ type coe_index (* This is the type of paths from a class to another *) type inheritance_path = coe_index list -val coe_of_reference : global_reference -> coe_typ +val coe_of_reference : Libnames.global_reference -> coe_typ (*s [declare_class] adds a class to the set of declared classes *) val declare_class : cl_typ * strength * int -> unit -- cgit v1.2.3