]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/matita/matitaExcPp.ml
added an exception
[helm.git] / helm / software / matita / matitaExcPp.ml
index 9c1f70f54fd994801c9dbdb6cb2f5ca1520aefb7..7579c3a562841a7da99e3e8280d3a841eb708355 100644 (file)
@@ -144,6 +144,8 @@ let rec to_string =
      None, "NRefiner failure: " ^ snd (Lazy.force msg)
   | NCicRefiner.Uncertain msg ->
      None, "NRefiner uncertain: " ^ snd (Lazy.force msg)
+  | NCicMetaSubst.Uncertain msg ->
+     None, "NCicMetaSubst uncertain: " ^ Lazy.force msg
   | NCicTypeChecker.TypeCheckerFailure msg ->
      None, "NTypeChecker failure: " ^ Lazy.force msg
   | NCicTypeChecker.AssertFailure msg ->