]> matita.cs.unibo.it Git - helm.git/blobdiff - components/tactics/proofEngineStructuralRules.mli
Much ado about nothing:
[helm.git] / components / tactics / proofEngineStructuralRules.mli
index f87a483253fcfcfd493057419b669e64089acabc..d8e9ed376ca948702ff0048b911ad9aa04d4c840 100644 (file)
@@ -29,6 +29,3 @@ val clear: hyps:string list -> ProofEngineTypes.tactic
 (* Warning: this tactic has no effect on the proof term.
    It just changes the name of an hypothesis in the current sequent *)
 val rename: froms:string list -> tos:string list -> ProofEngineTypes.tactic
-
-  (* change the current goal to those referred by the given meta number *)
-val set_goal: int -> ProofEngineTypes.tactic