]> matita.cs.unibo.it Git - helm.git/blobdiff - components/tactics/continuationals.mli
compose tactic restore and added nocomposites keyword
[helm.git] / components / tactics / continuationals.mli
index d40202d4b37e2a92f1ba878a0581fdbf50501bcb..277dfe36296a468d44a548306d8e4941ce2351e8 100644 (file)
@@ -79,13 +79,10 @@ sig
   type output_status
 
   type tactic
-
-  val id_tactic : tactic
   val mk_tactic : (input_status -> output_status) -> tactic
   val apply_tactic : tactic -> input_status -> output_status
 
   val goals : output_status -> goal list * goal list (** opened, closed goals *)
-  val set_goals: goal list * goal list -> output_status -> output_status
   val get_stack : input_status -> Stack.t
   val set_stack : Stack.t -> output_status -> output_status
 
@@ -109,8 +106,10 @@ sig
 
     | Branch
     | Shift
-    | Pos of int
+    | Pos of int list
+    | Wildcard
     | Merge
+
     | Focus of goal list
     | Unfocus