X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fmatita%2FmatitaExcPp.ml;h=2d6d1cd17187b0c5928bbb67b4c7b0f668b883a4;hb=d7f32114f3806b51c2ee483dcb5a86e08d086a72;hp=df4c70ded2498d7fdefaea7f8a1acd176a2bce55;hpb=01425a2d05e0dc411503d916e7f6a2d3e674f895;p=helm.git diff --git a/helm/software/matita/matitaExcPp.ml b/helm/software/matita/matitaExcPp.ml index df4c70ded..2d6d1cd17 100644 --- a/helm/software/matita/matitaExcPp.ml +++ b/helm/software/matita/matitaExcPp.ml @@ -163,6 +163,8 @@ let rec to_string = None, ("Disambiguation choice not found: " ^ Lazy.force msg) | MatitaEngine.EnrichedWithLexiconStatus (exn,_) -> None, "EnrichedWithLexiconStatus "^snd(to_string exn) + | NTacStatus.Error msg -> + None, "NTactic error: " ^ Lazy.force msg | MultiPassDisambiguator.DisambiguationError (offset,errorll) -> let loc = match errorll with