X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Ftactics%2FautoTactic.mli;h=d96a826150f2922c9890e41d3988779b7b8b81de;hb=12fe61bed1275c4c596501fb951a9197f50c93e8;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..d96a82615 100644 --- a/helm/software/components/tactics/autoTactic.mli +++ b/helm/software/components/tactics/autoTactic.mli @@ -25,8 +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 applyS_tac: dbd:HMysql.dbd -> term: Cic.term -> ProofEngineTypes.tactic +val pp_proofterm: Cic.term -> string