]> matita.cs.unibo.it Git - helm.git/blobdiff - components/tactics/continuationals.ml
added patch to allow i,j,k: skip and *: skip
[helm.git] / components / tactics / continuationals.ml
index d90e100194538c483397485d061c908e3f6170ec..044fa45c841cb61e39ecfbe335a14e20937160ec 100644 (file)
@@ -72,7 +72,8 @@ struct
   let is_open = function _, Open _ -> true | _ -> false
   let close = function n, Open g -> n, Closed g | l -> l
   let filter_open = List.filter is_open
-  let is_fresh = function n, Open _ when n > 0 -> true | _ -> false
+  let is_fresh = 
+    function n, Open _ when n > 0 -> true | _,Closed _ -> true | _ -> false
   let goal_of_loc = function _, Open g | _, Closed g -> g
   let goal_of_switch = function Open g | Closed g -> g
   let switch_of_loc = snd