aboutsummaryrefslogtreecommitdiffhomepage
path: root/toplevel/metasyntax.mli
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2000-11-20 08:39:46 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2000-11-20 08:39:46 +0000
commit31c8f44cfd250b0b4d77a25bf4339f4fab2f55c0 (patch)
tree6ea135784db070ba14b6f41e64503892fe13e1e4 /toplevel/metasyntax.mli
parentc4f2c5bd37f17352c0f02c3ef54de541c5c09b89 (diff)
Prise en compte noms longs
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@857 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'toplevel/metasyntax.mli')
-rw-r--r--toplevel/metasyntax.mli6
1 files changed, 4 insertions, 2 deletions
diff --git a/toplevel/metasyntax.mli b/toplevel/metasyntax.mli
index 0df115c66..18b0a7d98 100644
--- a/toplevel/metasyntax.mli
+++ b/toplevel/metasyntax.mli
@@ -3,6 +3,7 @@
(*i*)
open Extend
+open Names
(*i*)
(* Adding grammar and pretty-printing objects in the environment *)
@@ -12,7 +13,8 @@ val add_syntax_obj : string -> Coqast.t list -> unit
val add_grammar_obj : string -> Coqast.t list -> unit
val add_token_obj : string -> unit
-val add_infix : Gramext.g_assoc option -> int -> string -> string -> unit
-val add_distfix : Gramext.g_assoc option -> int -> string -> string -> unit
+val add_infix : Gramext.g_assoc option -> int -> string -> section_path -> unit
+val add_distfix : Gramext.g_assoc option -> int -> string -> section_path
+ -> unit
val print_grammar : string -> string -> unit