]> matita.cs.unibo.it Git - helm.git/blobdiff - components/tactics/tactics.mli
added the geniric
[helm.git] / components / tactics / tactics.mli
index 06b62911c95492ad6c14468ee9986459afa38d40..2ff482ff1c6cc7ac10fc41f2c433b825b9169278 100644 (file)
@@ -3,11 +3,8 @@ 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