X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Ftactics%2FautoTactic.mli;h=44209bc02d4787b23124abd498f1dabd69a30fe1;hb=e1f0bb910f75b8b21f2c5e394ebb4c5a63ef4945;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..44209bc02 100644 --- a/helm/software/components/tactics/autoTactic.mli +++ b/helm/software/components/tactics/autoTactic.mli @@ -25,7 +25,9 @@ *) val auto_tac: - ?depth:int -> ?width:int -> ?paramodulation:string -> ?full:string -> - dbd:HMysql.dbd -> unit -> - ProofEngineTypes.tactic + params:(string * string) list + -> dbd:HSql.dbd + -> universe:Universe.universe + -> ProofEngineTypes.tactic +val pp_proofterm: Cic.term -> string