]> 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 f0ac7adc89d9f2a65ca5266bd3073abe51508a9c..deaf84aa612cb0f979d7c0345af027d863eb4c33 100644 (file)
@@ -1,4 +1,4 @@
-(* GENERATED FILE, DO NOT EDIT. STAMP:Wed Feb 21 14:36:23 CET 2007 *)
+(* 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,6 +24,7 @@ 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 ->
   unit -> ProofEngineTypes.tactic
 val demodulate :