]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/cic/cicParser.ml
added option -dump to matitac for persistent macro expansion
[helm.git] / helm / software / components / cic / cicParser.ml
index 49a5a1ab7cc5d3c48e6a9b9a15a04aca4d0f122f..8334ccfb62e65aac3e4162731b23d2b3078b5597 100644 (file)
@@ -772,7 +772,7 @@ let parse uri filename =
   | Getter_failure _ as exn ->
       raise exn
   | exn ->
-      raise (Parser_failure ("uncaught exception: " ^ Printexc.to_string exn))
+      raise (Parser_failure ("CicParser: uncaught exception: " ^ Printexc.to_string exn))
 
 (** {2 API implementation} *)