X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=components%2Ftactics%2FautoTactic.mli;h=d96a826150f2922c9890e41d3988779b7b8b81de;hb=115915f23df4f56832d68b2f6b5b80c5afe019fc;hp=fe72629f02ba338155cfee7eadea102410177954;hpb=7f2444c2670cadafddd8785b687ef312158376b0;p=helm.git diff --git a/components/tactics/autoTactic.mli b/components/tactics/autoTactic.mli index fe72629f0..d96a82615 100644 --- a/components/tactics/autoTactic.mli +++ b/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:HMysql.dbd + -> universe:Universe.universe + -> ProofEngineTypes.tactic +val pp_proofterm: Cic.term -> string