aboutsummaryrefslogtreecommitdiff
path: root/parsing/cLexer.mli
diff options
context:
space:
mode:
Diffstat (limited to 'parsing/cLexer.mli')
-rw-r--r--parsing/cLexer.mli4
1 files changed, 2 insertions, 2 deletions
diff --git a/parsing/cLexer.mli b/parsing/cLexer.mli
index 67b8310bde..ac2c5bcfe2 100644
--- a/parsing/cLexer.mli
+++ b/parsing/cLexer.mli
@@ -55,7 +55,7 @@ val terminal_numeral : string -> NumTok.Unsigned.t Tok.p
(** The lexer of Coq: *)
module Lexer :
- Gramlib.Grammar.GLexerType with type te = Tok.t and type 'c pattern = 'c Tok.p
+ Gramlib.Plexing.S with type te = Tok.t and type 'c pattern = 'c Tok.p
module Error : sig
type t
@@ -74,4 +74,4 @@ it was not in a comment, possibly becoming multiple tokens
*)
module LexerDiff :
- Gramlib.Grammar.GLexerType with type te = Tok.t and type 'c pattern = 'c Tok.p
+ Gramlib.Plexing.S with type te = Tok.t and type 'c pattern = 'c Tok.p