X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=components%2Ftactics%2FautoTactic.mli;h=d96a826150f2922c9890e41d3988779b7b8b81de;hb=78f2fb8fcf0bbd2521b67e4366b734ad88ebdc68;hp=fadb603ebf484a5c90c4d60e9a360f10e3b3106d;hpb=e3f6d410ebe780d1b26a0bcf982ef900a94e95a7;p=helm.git diff --git a/components/tactics/autoTactic.mli b/components/tactics/autoTactic.mli index fadb603eb..d96a82615 100644 --- a/components/tactics/autoTactic.mli +++ b/components/tactics/autoTactic.mli @@ -25,8 +25,9 @@ *) val auto_tac: - params:(string * string) list -> - dbd:HMysql.dbd -> - ProofEngineTypes.tactic + params:(string * string) list + -> dbd:HMysql.dbd + -> universe:Universe.universe + -> ProofEngineTypes.tactic val pp_proofterm: Cic.term -> string