]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/tactics/variousTactics.mli
ocaml 3.09 transition
[helm.git] / helm / ocaml / tactics / variousTactics.mli
index d1da2fe98b7715d45043e355e294e75e8f03259a..f792666c296790f78e61d07d3aeb9f112a145896 100644 (file)
@@ -27,8 +27,8 @@
 exception AllSelectedTermsMustBeConvertible;;
 
 val assumption_tac: ProofEngineTypes.tactic
-val generalize_tac:
- ?mk_fresh_name_callback:ProofEngineTypes.mk_fresh_name_type -> Cic.term list ->
-  ProofEngineTypes.tactic
-
 
+val generalize_tac:
+ ?mk_fresh_name_callback:ProofEngineTypes.mk_fresh_name_type ->
+ ProofEngineTypes.pattern ->
+   ProofEngineTypes.tactic