From 32170384190168856efeac5bcf90edf1170b54d6 Mon Sep 17 00:00:00 2001 From: herbelin Date: Wed, 29 May 2002 10:48:37 +0000 Subject: Nouveau modèle d'analyse syntaxique et d'interprétation des tactiques et commandes vernaculaires (cf dev/changements.txt pour plus de précisions) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@2722 85f007b7-540e-0410-9357-904b9bb8a0f7 --- library/nametab.mli | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'library/nametab.mli') diff --git a/library/nametab.mli b/library/nametab.mli index adb764fcb..d71e3e379 100755 --- a/library/nametab.mli +++ b/library/nametab.mli @@ -67,6 +67,10 @@ val push_syntactic_definition : section_path -> unit val push_short_name_syntactic_definition : section_path -> unit val push_short_name_object : section_path -> unit +(*s Register visibility of absolute paths by short names *) +val push_tactic_path : section_path -> unit +val locate_tactic : qualid -> section_path + (*s Register visibility by all qualifications *) val push_section : dir_path -> unit @@ -82,7 +86,10 @@ val locate : qualid -> global_reference (* This function is used to transform a qualified identifier into a global reference, with a nice error message in case of failure *) -val global : loc -> qualid -> global_reference +val global : qualid located -> global_reference + +(* The same for inductive types *) +val global_inductive : qualid located -> inductive (* This locates also syntactic definitions *) val extended_locate : qualid -> extended_global_reference @@ -109,3 +116,8 @@ val locate_in_absolute_module : dir_path -> identifier -> global_reference val push_loaded_library : dir_path -> unit val locate_loaded_library : qualid -> dir_path + +type strength = + | NotDeclare + | DischargeAt of dir_path * int + | NeverDischarge -- cgit v1.2.3