X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fcic_disambiguation%2Ftest_parser.ml;h=4937f4ca41bded6e6d2116da541017df1341a8ee;hb=b82fbbf4eebebe40f6e4557c191b177a696b0e2c;hp=ff4ae9726e41bac09d7dad80d831d92d54e1d6bd;hpb=5095f0f9e11e966d7872d38ab8ef408567c5984e;p=helm.git diff --git a/helm/ocaml/cic_disambiguation/test_parser.ml b/helm/ocaml/cic_disambiguation/test_parser.ml index ff4ae9726..4937f4ca4 100644 --- a/helm/ocaml/cic_disambiguation/test_parser.ml +++ b/helm/ocaml/cic_disambiguation/test_parser.ml @@ -61,9 +61,12 @@ let _ = print_endline (CicTextualParser2.EnvironmentP3.to_string env)); flush stdout with + | CicTextualParser2.Parse_error msg -> prerr_endline msg +(* | Stdpp.Exc_located ((p_start, p_end), exn) -> prerr_endline (Printf.sprintf "Exception at character %d-%d: %s" p_start p_end (Printexc.to_string exn)) +*) done with End_of_file -> close_in ic