]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/tactics/variousTactics.mli
Huge reorganization of matita and ocaml.
[helm.git] / helm / ocaml / tactics / variousTactics.mli
index eefdd9846aad150c578a8ea34ad83087000b6d85..35576326eb2dbc2f6ffa1e0f4b7adb6744908acc 100644 (file)
@@ -29,9 +29,7 @@ exception AllSelectedTermsMustBeConvertible;;
 val assumption_tac: ProofEngineTypes.tactic
 
 val generalize_tac:
- ?mk_fresh_name_callback:ProofEngineTypes.mk_fresh_name_type -> Cic.term list ->
-  ProofEngineTypes.tactic
-
-  (* change the current goal to those referred by the given meta number *)
-val set_goal: int -> ProofEngineTypes.tactic
+ ?mk_fresh_name_callback:ProofEngineTypes.mk_fresh_name_type ->
+ ProofEngineTypes.lazy_pattern ->
+   ProofEngineTypes.tactic