From 3c248785237d8dea037da274f4acc0229894de93 Mon Sep 17 00:00:00 2001 From: herbelin Date: Fri, 16 Feb 2001 15:58:48 +0000 Subject: ident au lieu de string pour le nom de base de qualid git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@1395 85f007b7-540e-0410-9357-904b9bb8a0f7 --- library/nametab.mli | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'library/nametab.mli') diff --git a/library/nametab.mli b/library/nametab.mli index 08aea7ccc..a9a466bb3 100755 --- a/library/nametab.mli +++ b/library/nametab.mli @@ -10,8 +10,8 @@ open Term (* This module contains the table for globalization, which associates global names (section paths) to identifiers. *) -type cci_table = global_reference Stringmap.t -type obj_table = (section_path * Libobject.obj) Stringmap.t +type cci_table = global_reference Idmap.t +type obj_table = (section_path * Libobject.obj) Idmap.t type mod_table = (section_path * module_contents) Stringmap.t and module_contents = Closed of cci_table * obj_table * mod_table -- cgit v1.2.3