]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/matita/matitaExcPp.ml
huge commit regarding the grafite_status:
[helm.git] / helm / software / matita / matitaExcPp.ml
index d728fb0b301e0ee9c9b2cdb6b756e749fe8d78af..a2da0c3e0d99eedeef5cd2c0d4afc07df83e9304 100644 (file)
@@ -150,6 +150,8 @@ let rec to_string =
      None, "NTypeChecker failure: " ^ Lazy.force msg
   | NCicTypeChecker.AssertFailure msg ->
      None, "NTypeChecker assert failure: " ^ Lazy.force msg
+  | NCicEnvironment.ObjectNotFound msg ->
+     None, "NCicEnvironment object not found: " ^ Lazy.force msg
   | NCicRefiner.AssertFailure msg ->
      None, "NRefiner assert failure: " ^ Lazy.force msg
   | NCicEnvironment.BadDependency (msg,e) ->
@@ -165,7 +167,7 @@ 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.EnrichedWithStatus (exn,_,_) ->
+  | MatitaEngine.EnrichedWithStatus (exn,_) ->
      None, "EnrichedWithStatus "^snd(to_string exn)
   | NTacStatus.Error msg ->
      None, "NTactic error: " ^ Lazy.force msg