X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fmatita%2FmatitaExcPp.ml;h=adf35d92fb5d49107d8f9f68877d6858c54bb77e;hb=6fa89cef6aa8fc1774db065a9fcfc47867579054;hp=a80d0a2fb8c5ffbbec9d751feda624686579d65b;hpb=9617a4074687985d707bba122dc01323b6dd055f;p=helm.git diff --git a/helm/matita/matitaExcPp.ml b/helm/matita/matitaExcPp.ml index a80d0a2fb..adf35d92f 100644 --- a/helm/matita/matitaExcPp.ml +++ b/helm/matita/matitaExcPp.ml @@ -51,5 +51,7 @@ let to_string = fname | ProofEngineTypes.Fail msg -> "Tactic error: " ^ Lazy.force msg | Continuationals.Error s -> "Tactical error: " ^ Lazy.force s + | CicTypeChecker.TypeCheckerFailure msg -> + "Type checking error: " ^ Lazy.force msg | exn -> "Uncaught exception: " ^ Printexc.to_string exn