]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/components/ng_tactics/nTactics.ml
Semantics of try changed (fixed) when applied to multiple goals that can now
[helm.git] / matita / components / ng_tactics / nTactics.ml
index 577edf9d903a889fd536aca8e127bbee60f717f4..c80fbc5569038d0bdeb405983c76fad3b10e54cb 100644 (file)
@@ -261,10 +261,13 @@ let repeat_tac t s =
 
 
 let try_tac tac status =
+ let try_tac status =
   try
     tac status
   with NTacStatus.Error _ ->
     status
+ in
+  atomic_tac try_tac status
 ;;
 
 let first_tac tacl status =