aboutsummaryrefslogtreecommitdiff
path: root/gramlib/plexing.mli
diff options
context:
space:
mode:
authorHugo Herbelin2018-12-06 02:35:13 +0100
committerHugo Herbelin2018-12-06 02:35:13 +0100
commit5331889da2d3f57f7aed935f6456e39765eb8b31 (patch)
tree1749d7e0f98253d231935c512faf3ec1b8f913a7 /gramlib/plexing.mli
parent8a28cf181a47072fe9a09e98bca761774520d0c3 (diff)
parent3edf9e19972a11eb652ed2fb9a8288d005dc2927 (diff)
Merge PR #9069: [gramlib] Remove dead code
Diffstat (limited to 'gramlib/plexing.mli')
-rw-r--r--gramlib/plexing.mli4
1 files changed, 2 insertions, 2 deletions
diff --git a/gramlib/plexing.mli b/gramlib/plexing.mli
index 63c89dac28..eed4082e00 100644
--- a/gramlib/plexing.mli
+++ b/gramlib/plexing.mli
@@ -28,9 +28,9 @@ type 'te lexer =
{ tok_func : 'te lexer_func;
tok_using : pattern -> unit;
tok_removing : pattern -> unit;
- mutable tok_match : pattern -> 'te -> string;
+ tok_match : pattern -> 'te -> string;
tok_text : pattern -> string;
- mutable tok_comm : Loc.t list option }
+ }
and 'te lexer_func = char Stream.t -> 'te Stream.t * location_function
and location_function = int -> Loc.t
(** The type of a function giving the location of a token in the