X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=components%2Ftactics%2Ftactics.mli;h=2ff482ff1c6cc7ac10fc41f2c433b825b9169278;hb=41e76668e9389ce17e41747026e533f907a0311c;hp=06b62911c95492ad6c14468ee9986459afa38d40;hpb=bb64f05e45f500e0929b8d89acfa590ddaa82e2b;p=helm.git diff --git a/components/tactics/tactics.mli b/components/tactics/tactics.mli index 06b62911c..2ff482ff1 100644 --- a/components/tactics/tactics.mli +++ b/components/tactics/tactics.mli @@ -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