aboutsummaryrefslogtreecommitdiffhomepage
path: root/toplevel/metasyntax.mli
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2003-11-22 13:42:04 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2003-11-22 13:42:04 +0000
commit3dac1f2b8c6afcd955db1f7a289cf377abc1af44 (patch)
tree03803f42f977e515febbd233c10a949f4030e91c /toplevel/metasyntax.mli
parent46936f80fa253662af08e08a264e224b677d8654 (diff)
Traitement plus clair, notamment pour Locate, de quand quoter les composantes de notations + contournement du fait que Lexer arrive apres Symbol
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@4972 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'toplevel/metasyntax.mli')
-rw-r--r--toplevel/metasyntax.mli2
1 files changed, 2 insertions, 0 deletions
diff --git a/toplevel/metasyntax.mli b/toplevel/metasyntax.mli
index 74b199ed7..8f6b49d0e 100644
--- a/toplevel/metasyntax.mli
+++ b/toplevel/metasyntax.mli
@@ -59,3 +59,5 @@ val merge_modifiers : Gramext.g_assoc option -> int option ->
val interp_infix_modifiers : syntax_modifier list ->
Gramext.g_assoc option * precedence option * bool * string located option
+
+val standardise_locatable_notation : string -> string