]> matita.cs.unibo.it Git - helm.git/blobdiff - components/tactics/tactics.mli
procedural : some improvements.
[helm.git] / components / tactics / tactics.mli
index 71265bc7a026959a28b3c761cb8dbedd91ae16db..f0ac7adc89d9f2a65ca5266bd3073abe51508a9c 100644 (file)
@@ -1,4 +1,4 @@
-(* GENERATED FILE, DO NOT EDIT. STAMP:Fri Dec 29 14:56:56 CET 2006 *)
+(* GENERATED FILE, DO NOT EDIT. STAMP:Wed Feb 21 14:36:23 CET 2007 *)
 val absurd : term:Cic.term -> ProofEngineTypes.tactic
 val apply : term:Cic.term -> ProofEngineTypes.tactic
 val applyS :
@@ -25,8 +25,7 @@ val cut :
   Cic.term -> ProofEngineTypes.tactic
 val decompose :
   ?mk_fresh_name_callback:ProofEngineTypes.mk_fresh_name_type ->
-  ?user_types:(UriManager.uri * int option) list ->
-  ?what:string -> dbd:HMysql.dbd -> ProofEngineTypes.tactic
+  unit -> ProofEngineTypes.tactic
 val demodulate :
   dbd:HMysql.dbd -> universe:Universe.universe -> ProofEngineTypes.tactic
 val destruct : term:Cic.term -> ProofEngineTypes.tactic
@@ -72,7 +71,6 @@ val normalize :
   pattern:ProofEngineTypes.lazy_pattern -> ProofEngineTypes.tactic
 val reduce : pattern:ProofEngineTypes.lazy_pattern -> ProofEngineTypes.tactic
 val reflexivity : ProofEngineTypes.tactic
-val rename : froms:string list -> tos:string list -> ProofEngineTypes.tactic
 val replace :
   pattern:ProofEngineTypes.lazy_pattern ->
   with_what:Cic.lazy_term -> ProofEngineTypes.tactic