]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/tactics/tactics.mli
Procedural: 2 bug fix in eta expansion + 1 bug fix in pattern generation
[helm.git] / helm / software / components / tactics / tactics.mli
index 6d842a79717f4d74ac8f1313e6d1f14b3914f572..deaf84aa612cb0f979d7c0345af027d863eb4c33 100644 (file)
@@ -1,4 +1,4 @@
-(* GENERATED FILE, DO NOT EDIT. STAMP:Fri Dec 29 00:00:27 CET 2006 *)
+(* GENERATED FILE, DO NOT EDIT. STAMP:Thu Mar  1 10:25:04 CET 2007 *)
 val absurd : term:Cic.term -> ProofEngineTypes.tactic
 val apply : term:Cic.term -> ProofEngineTypes.tactic
 val applyS :
@@ -24,9 +24,9 @@ val cut :
   ?mk_fresh_name_callback:ProofEngineTypes.mk_fresh_name_type ->
   Cic.term -> ProofEngineTypes.tactic
 val decompose :
+  ?sorts:string list ->
   ?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 +72,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