]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/tactics/tacticals.ml
Removed several try .... with _ -> (which make thread killing impossible ;-((
[helm.git] / helm / ocaml / tactics / tacticals.ml
index 1319c13ca2dc34fa1e20299f0be540fab22c6df0..d499acb9ad2cb8a1ed70119d05a6c629f659edc0 100644 (file)
@@ -68,7 +68,7 @@ let rec try_tactics ~(tactics: (string * tactic) list) ~status =
         e ->
          match e with
             (Fail _)
-          | (CicTypeChecker.NotWellTyped _)
+          | (CicTypeChecker.TypeCheckerFailure (CicTypeChecker.NotWellTyped _))
           | (CicUnification.UnificationFailed) ->
               warn (
                 "Tacticals.try_tactics failed with exn: " ^