]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/tactics/continuationals.mli
Calling unification instead of matching when checking for subsumption
[helm.git] / helm / software / components / tactics / continuationals.mli
index f9a17a9422ec389ca3e4c5aeff3bc36029289290..277dfe36296a468d44a548306d8e4941ce2351e8 100644 (file)
@@ -79,15 +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 get_status: input_status -> ProofEngineTypes.status
-  val get_proof: output_status -> ProofEngineTypes.proof
   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