]> matita.cs.unibo.it Git - helm.git/blobdiff - components/tactics/primitiveTactics.mli
New tactic cases (still to be documented).
[helm.git] / components / tactics / primitiveTactics.mli
index 6e0c821cca0333bfaf6b03ea5291f83ac02a6f3c..3e7a4858128fd2c26cf5625659603bcc14104d19 100644 (file)
@@ -77,6 +77,10 @@ val elim_intros_tac:
   ?mk_fresh_name_callback:ProofEngineTypes.mk_fresh_name_type ->
   ?depth:int -> ?using:Cic.term -> Cic.term -> ProofEngineTypes.tactic 
 
+val cases_intros_tac:
+  ?mk_fresh_name_callback:ProofEngineTypes.mk_fresh_name_type ->
+  Cic.term -> ProofEngineTypes.tactic 
+
 (* FG *)
 
 (* inserts a hole in the context *)