aboutsummaryrefslogtreecommitdiffhomepage
path: root/interp/notation.mli
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2006-02-04 20:14:55 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2006-02-04 20:14:55 +0000
commit7d7fb11a158fcd20ae63c4590f0857672975f7ab (patch)
tree46ed031f20e55a347ef34d996e0c7142b5607230 /interp/notation.mli
parentb4ff3ab1a0508478aba9b7a6f8b990600e394b8f (diff)
Utilisation du section_path pour le parsing des notations primitives,
dans la mesure où le nom d'un module est différent selon qu'on est en cours de compilation (MPself) ou requis (MPfile) git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@7984 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'interp/notation.mli')
-rw-r--r--interp/notation.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/interp/notation.mli b/interp/notation.mli
index 624704f37..d4c36d9e7 100644
--- a/interp/notation.mli
+++ b/interp/notation.mli
@@ -58,7 +58,7 @@ val find_delimiters_scope : loc -> delimiters -> scope_name
an appropriate error message *)
type notation_location = dir_path * string
-type required_module = global_reference * string list
+type required_module = section_path * string list
type cases_pattern_status = bool (* true = use prim token in patterns *)
type 'a prim_token_interpreter =