aboutsummaryrefslogtreecommitdiff
path: root/gramlib/plexing.ml
diff options
context:
space:
mode:
Diffstat (limited to 'gramlib/plexing.ml')
-rw-r--r--gramlib/plexing.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/gramlib/plexing.ml b/gramlib/plexing.ml
index 3b158ebcc4..f99a3c2480 100644
--- a/gramlib/plexing.ml
+++ b/gramlib/plexing.ml
@@ -15,4 +15,4 @@ type 'te lexer =
tok_removing : pattern -> unit;
tok_match : pattern -> 'te -> string;
tok_text : pattern -> string;
- tok_comm : Loc.t list option }
+ }