X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fmatita%2FmatitaExcPp.ml;h=d728fb0b301e0ee9c9b2cdb6b756e749fe8d78af;hb=765eb07cafb8a06a5027f4569ad06d805aba2488;hp=7579c3a562841a7da99e3e8280d3a841eb708355;hpb=ec0b4acecb86886baf5f785da270fd60e7910b32;p=helm.git diff --git a/helm/software/matita/matitaExcPp.ml b/helm/software/matita/matitaExcPp.ml index 7579c3a56..d728fb0b3 100644 --- a/helm/software/matita/matitaExcPp.ml +++ b/helm/software/matita/matitaExcPp.ml @@ -165,8 +165,8 @@ let rec to_string = None, "Already defined: " ^ UriManager.string_of_uri s | DisambiguateChoices.Choice_not_found msg -> None, ("Disambiguation choice not found: " ^ Lazy.force msg) - | MatitaEngine.EnrichedWithLexiconStatus (exn,_) -> - None, "EnrichedWithLexiconStatus "^snd(to_string exn) + | MatitaEngine.EnrichedWithStatus (exn,_,_) -> + None, "EnrichedWithStatus "^snd(to_string exn) | NTacStatus.Error msg -> None, "NTactic error: " ^ Lazy.force msg | MultiPassDisambiguator.DisambiguationError (offset,errorll) ->