]> matita.cs.unibo.it Git - helm.git/blobdiff - components/tactics/tactics.mli
Much ado about nothing:
[helm.git] / components / tactics / tactics.mli
index f95c736bb010c221f0d344e6f9483a955b3d1e27..6000a98ad3fed5cdbe7f168a100b647ca15451b8 100644 (file)
@@ -1,4 +1,4 @@
-(* GENERATED FILE, DO NOT EDIT. STAMP:Mon Apr 16 17:26:20 CEST 2007 *)
+(* GENERATED FILE, DO NOT EDIT. STAMP:Fri Apr 20 15:46:14 CEST 2007 *)
 val absurd : term:Cic.term -> ProofEngineTypes.tactic
 val apply : term:Cic.term -> ProofEngineTypes.tactic
 val applyS :
@@ -47,7 +47,7 @@ val elim_type :
   ?depth:int -> ?using:Cic.term -> Cic.term -> ProofEngineTypes.tactic
 val exact : term:Cic.term -> ProofEngineTypes.tactic
 val exists : ProofEngineTypes.tactic
-val fail : ProofEngineTypes.tactic
+val fail : Tacticals.tactic
 val fold :
   reduction:ProofEngineTypes.lazy_reduction ->
   term:Cic.lazy_term ->
@@ -59,7 +59,7 @@ val fwd_simpl :
 val generalize :
   ?mk_fresh_name_callback:ProofEngineTypes.mk_fresh_name_type ->
   ProofEngineTypes.lazy_pattern -> ProofEngineTypes.tactic
-val id : ProofEngineTypes.tactic
+val id : Tacticals.tactic
 val intros :
   ?howmany:int ->
   ?mk_fresh_name_callback:ProofEngineTypes.mk_fresh_name_type ->
@@ -91,7 +91,6 @@ val rewrite_simpl :
   Cic.term -> string list -> ProofEngineTypes.tactic
 val right : ProofEngineTypes.tactic
 val ring : ProofEngineTypes.tactic
-val set_goal : int -> ProofEngineTypes.tactic
 val simpl : pattern:ProofEngineTypes.lazy_pattern -> ProofEngineTypes.tactic
 val split : ProofEngineTypes.tactic
 val subst : ProofEngineTypes.tactic