]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/matita/matitaExcPp.ml
- matitacLib: lexicon status and grafite status where lost after handling a macro...
[helm.git] / helm / software / matita / matitaExcPp.ml
index 7579c3a562841a7da99e3e8280d3a841eb708355..d728fb0b301e0ee9c9b2cdb6b756e749fe8d78af 100644 (file)
@@ -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) ->