]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/tactics/tactics.mli
1. bug fixed in generalize_pattern: a lazy const_tac should have been
[helm.git] / helm / software / components / tactics / tactics.mli
index 08b32e5714ccb2e4e49a09c13d02cb7e6beaed11..a0aa32b3c268a51dc3b8ec505ff14db730faff63 100644 (file)
@@ -14,6 +14,7 @@ val auto :
 val cases_intros :
   ?howmany:int ->
   ?mk_fresh_name_callback:ProofEngineTypes.mk_fresh_name_type ->
+  ?pattern:ProofEngineTypes.lazy_pattern ->
   Cic.term -> ProofEngineTypes.tactic
 val change :
   ?with_cast:bool ->