From 13d449a37131f69ae9fce6c230974b926d579d28 Mon Sep 17 00:00:00 2001 From: herbelin Date: Thu, 1 Jan 2009 09:24:56 +0000 Subject: Switched to "standardized" names for the properties of eq and identity. Add notations for compatibility and support for understanding these notations in the ml files. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@11729 85f007b7-540e-0410-9357-904b9bb8a0f7 --- library/nametab.ml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'library/nametab.ml') diff --git a/library/nametab.ml b/library/nametab.ml index ac6c61116..5bb21b3e5 100644 --- a/library/nametab.ml +++ b/library/nametab.ml @@ -419,12 +419,13 @@ let locate_mind qid = | TrueGlobal (IndRef (kn,0)) -> kn | _ -> raise Not_found - let absolute_reference sp = match SpTab.find sp !the_ccitab with | TrueGlobal ref -> ref | _ -> raise Not_found +let extended_absolute_reference sp = SpTab.find sp !the_ccitab + let locate_in_absolute_module dir id = absolute_reference (make_path dir id) -- cgit v1.2.3