X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fcic_disambiguation%2Ftest_lexer.ml;h=3e61e702c0f33bc046931f76320b1fa93477d0fa;hb=12cc5b2b8e7f7bb0b5e315094b008a293a4df6b1;hp=520829d87b91cabcabf93589d05b5ced0afda1e5;hpb=7dbfe197294523c1178dc4f3a126602fa48fbb00;p=helm.git diff --git a/helm/ocaml/cic_disambiguation/test_lexer.ml b/helm/ocaml/cic_disambiguation/test_lexer.ml index 520829d87..3e61e702c 100644 --- a/helm/ocaml/cic_disambiguation/test_lexer.ml +++ b/helm/ocaml/cic_disambiguation/test_lexer.ml @@ -29,7 +29,7 @@ let ic = with Invalid_argument _ -> stdin in let token_stream = - fst (CicTextualLexer2.lex.Token.tok_func (Stream.of_channel ic)) + fst ((CicTextualLexer2.cic_lexer ()).Token.tok_func (Stream.of_channel ic)) in let rec dump () = let (a,b) = Stream.next token_stream in