X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Ftactics%2FautoTactic.mli;h=1dfe0e2a94c60284fa8c262f8caf5caf8c86c4d7;hb=6cbe4ed5513f54cdccd85ce5bf95cf3c2d882dca;hp=2070116488d577308330a210a0c860f0fd53bfe9;hpb=e8f64678cc425f19336ff4f905f9b2f00acd6627;p=helm.git diff --git a/helm/software/components/tactics/autoTactic.mli b/helm/software/components/tactics/autoTactic.mli index 207011648..1dfe0e2a9 100644 --- a/helm/software/components/tactics/autoTactic.mli +++ b/helm/software/components/tactics/autoTactic.mli @@ -25,8 +25,8 @@ *) val auto_tac: - ?depth:int -> ?width:int -> ?paramodulation:string -> ?full:string -> - dbd:HMysql.dbd -> unit -> + params:(string * string) list -> + dbd:HMysql.dbd -> ProofEngineTypes.tactic val applyS_tac: dbd:HMysql.dbd -> term: Cic.term -> ProofEngineTypes.tactic