From 66b3440029419705abe457de8ba90b7f925e432f Mon Sep 17 00:00:00 2001 From: Stefano Zacchiroli Date: Mon, 26 Sep 2005 16:38:37 +0000 Subject: [PATCH] fixed typo --- helm/ocaml/cic_notation/cicNotationLexer.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.39.2