]> matita.cs.unibo.it Git - helm.git/commitdiff
ProofEngineTypes.Fail printed correctly.
authorClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Tue, 25 Oct 2005 15:57:35 +0000 (15:57 +0000)
committerClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Tue, 25 Oct 2005 15:57:35 +0000 (15:57 +0000)
helm/matita/matitaExcPp.ml

index d6cddfaab85baeb16ae49a84a44abfed2fba1d90..a80d0a2fb8c5ffbbec9d751feda624686579d65b 100644 (file)
@@ -49,6 +49,7 @@ let to_string =
         (".moo file '%s' has been compiled by a different version of matita, "
         ^^ "please recompile it")
         fname
+  | ProofEngineTypes.Fail msg -> "Tactic error: " ^ Lazy.force msg
   | Continuationals.Error s -> "Tactical error: " ^ Lazy.force s
   | exn -> "Uncaught exception: " ^ Printexc.to_string exn