]> matita.cs.unibo.it Git - helm.git/blobdiff - components/tactics/primitiveTactics.mli
elim tactic: now takes a pattern instead of just a term
[helm.git] / components / tactics / primitiveTactics.mli
index 3e7a4858128fd2c26cf5625659603bcc14104d19..2700fc27f4066c586a33b3ca5b7514f30343ca64 100644 (file)
@@ -72,10 +72,14 @@ val letin_tac:
 
 val elim_intros_simpl_tac:
   ?mk_fresh_name_callback:ProofEngineTypes.mk_fresh_name_type ->
-  ?depth:int -> ?using:Cic.term -> Cic.term -> ProofEngineTypes.tactic 
+  ?depth:int -> ?using:Cic.term -> 
+  ProofEngineTypes.lazy_pattern ->
+  ProofEngineTypes.tactic 
 val elim_intros_tac:
   ?mk_fresh_name_callback:ProofEngineTypes.mk_fresh_name_type ->
-  ?depth:int -> ?using:Cic.term -> Cic.term -> ProofEngineTypes.tactic 
+  ?depth:int -> ?using:Cic.term -> 
+  ProofEngineTypes.lazy_pattern ->
+  ProofEngineTypes.tactic 
 
 val cases_intros_tac:
   ?mk_fresh_name_callback:ProofEngineTypes.mk_fresh_name_type ->