]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/matitaExcPp.ml
- matitacLib merged into matitaEngine
[helm.git] / matita / matita / matitaExcPp.ml
index a36a723ae6ca20a5781806ee2da6ef5edd0277a6..4be948dbb23dae12455d9acd3b687e78d5b86b9c 100644 (file)
@@ -160,8 +160,10 @@ let rec to_string =
      None, "NCicUnification uncertain: " ^ Lazy.force msg
   | DisambiguateChoices.Choice_not_found msg ->
      None, ("Disambiguation choice not found: " ^ Lazy.force msg)
+     (* MATITA 1.0
   | MatitaEngine.EnrichedWithStatus (exn,_) ->
      None, "EnrichedWithStatus "^snd(to_string exn)
+     *)
   | NTacStatus.Error (msg,None) ->
      None, "NTactic error: " ^ Lazy.force msg 
   | NTacStatus.Error (msg,Some exn) ->