X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fcic_disambiguation%2FcicTextualLexer2.mli;h=7e3ac625bc3625fbf47e48392ec43fd7953a4546;hb=b41886e9d21d756279bd6a2ec3f19c17b1a64401;hp=f4cbaa1cb5d2f96fb13156d4b0a5558adadf7abb;hpb=8004125685a99b6c0f2f95fd7f3fa09a4f5c9094;p=helm.git diff --git a/helm/ocaml/cic_disambiguation/cicTextualLexer2.mli b/helm/ocaml/cic_disambiguation/cicTextualLexer2.mli index f4cbaa1cb..7e3ac625b 100644 --- a/helm/ocaml/cic_disambiguation/cicTextualLexer2.mli +++ b/helm/ocaml/cic_disambiguation/cicTextualLexer2.mli @@ -25,5 +25,8 @@ exception Error of int * int * string -val lex : (string * string) Token.glexer + (** lexer + * @param comments if true the lexer will return COMMENT tokens, otherwise they + * will be ignored. Defaults to false *) +val cic_lexer: ?comments:bool -> unit -> (string * string) Token.glexer