aboutsummaryrefslogtreecommitdiffhomepage
path: root/parsing/egramml.mli
diff options
context:
space:
mode:
Diffstat (limited to 'parsing/egramml.mli')
-rw-r--r--parsing/egramml.mli4
1 files changed, 2 insertions, 2 deletions
diff --git a/parsing/egramml.mli b/parsing/egramml.mli
index 350e75f90..e37905271 100644
--- a/parsing/egramml.mli
+++ b/parsing/egramml.mli
@@ -13,7 +13,7 @@
type grammar_prod_item =
| GramTerminal of string
- | GramNonTerminal of Pp.loc * Genarg.argument_type *
+ | GramNonTerminal of Loc.t * Genarg.argument_type *
Pcoq.prod_entry_key * Names.identifier option
val extend_tactic_grammar :
@@ -29,5 +29,5 @@ val get_extend_vernac_grammars :
(** Utility function reused in Egramcoq : *)
val make_rule :
- (Pp.loc -> (Names.identifier * Tacexpr.raw_generic_argument) list -> 'b) ->
+ (Loc.t -> (Names.identifier * Tacexpr.raw_generic_argument) list -> 'b) ->
grammar_prod_item list -> Pcoq.Gram.symbol list * Pcoq.Gram.action