]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/tactics/tactics.mli
added the geniric
[helm.git] / helm / software / components / tactics / tactics.mli
index 7d55e75899940b582d74adc5bf3ae6665c257e89..2ff482ff1c6cc7ac10fc41f2c433b825b9169278 100644 (file)
@@ -1,12 +1,10 @@
-(* GENERATED FILE, DO NOT EDIT. STAMP:Wed Apr  5 15:04:24 CEST 2006 *)
+(* GENERATED FILE, DO NOT EDIT. STAMP:Wed Apr 12 11:46:23 CEST 2006 *)
 val absurd : term:Cic.term -> ProofEngineTypes.tactic
 val apply : term:Cic.term -> ProofEngineTypes.tactic
+val applyS : dbd:HMysql.dbd -> term:Cic.term -> ProofEngineTypes.tactic
 val assumption : ProofEngineTypes.tactic
-val auto :
-  ?depth:int ->
-  ?width:int ->
-  ?paramodulation:string ->
-  ?full:string -> dbd:HMysql.dbd -> unit -> ProofEngineTypes.tactic
+val auto : 
+  params:(string * string) list -> dbd:HMysql.dbd -> ProofEngineTypes.tactic
 val change :
   pattern:ProofEngineTypes.lazy_pattern ->
   Cic.lazy_term -> ProofEngineTypes.tactic