X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Ftactics%2FautoTactic.mli;h=354b1b7387d0b1496ded7981740d32e585af3f6b;hb=8d1904cec529a1f22b3ac132dc0f3fb9289735df;hp=fe72629f02ba338155cfee7eadea102410177954;hpb=55b82bd235d82ff7f0a40d980effe1efde1f5073;p=helm.git diff --git a/helm/software/components/tactics/autoTactic.mli b/helm/software/components/tactics/autoTactic.mli index fe72629f0..354b1b738 100644 --- a/helm/software/components/tactics/autoTactic.mli +++ b/helm/software/components/tactics/autoTactic.mli @@ -25,7 +25,10 @@ *) 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 + +val pp_proofterm: Cic.term -> string