]> matita.cs.unibo.it Git - helm.git/commitdiff
New exception considered.
authorClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Sun, 7 Dec 2008 19:05:29 +0000 (19:05 +0000)
committerClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Sun, 7 Dec 2008 19:05:29 +0000 (19:05 +0000)
helm/software/matita/matitaExcPp.ml

index 35f748edab5eb54c4d7d9b2e93a0ceb685ca7d07..13eeaafeda9e937ca5c2b5fc1d6cb287a9ee2311 100644 (file)
@@ -146,6 +146,8 @@ let rec to_string =
      None, "NRefiner assert failure: " ^ Lazy.force msg
   | NCicEnvironment.BadDependency msg ->
      None, "NCicEnvironment bad dependency: " ^ Lazy.force msg
+  | NCicEnvironment.BadConstraint msg ->
+     None, "NCicEnvironment bad constraint: " ^ Lazy.force msg
   | CicTypeChecker.TypeCheckerFailure msg ->
      None, "Type checking error: " ^ Lazy.force msg
   | CicTypeChecker.AssertFailure msg ->