X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fcic_notation%2FcicNotationLexer.ml;fp=helm%2Focaml%2Fcic_notation%2FcicNotationLexer.ml;h=8ee8eca78423aa3de66bcf9cdaee34093639fea8;hb=66b3440029419705abe457de8ba90b7f925e432f;hp=bd7c3969c6ec06e63c46bede0964eafa7a450a0d;hpb=51c38fc7079c06414f325ca3d89192c680a834ab;p=helm.git diff --git a/helm/ocaml/cic_notation/cicNotationLexer.ml b/helm/ocaml/cic_notation/cicNotationLexer.ml index bd7c3969c..8ee8eca78 100644 --- a/helm/ocaml/cic_notation/cicNotationLexer.ml +++ b/helm/ocaml/cic_notation/cicNotationLexer.ml @@ -146,7 +146,7 @@ let return_eoi lexbuf = return lexbuf ("EOI", "") let remove_quotes s = String.sub s 1 (String.length s - 2) -let mk_lexer = +let mk_lexer token = let tok_func stream = (* let lexbuf = Ulexing.from_utf8_stream stream in *) (** XXX Obj.magic rationale.