X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Ftactics%2Fauto.mli;h=a45083f390da6b1521606bfb424149f286b3f428;hb=cf25aeb5fa2c00ebfe93454fbe33421d590506d4;hp=31a801b1da1f4ab37fb7166639a3213a803fd472;hpb=45a9e84c12f57e5473eccc6f611cdbb343998d5d;p=helm.git diff --git a/helm/software/components/tactics/auto.mli b/helm/software/components/tactics/auto.mli index 31a801b1d..a45083f39 100644 --- a/helm/software/components/tactics/auto.mli +++ b/helm/software/components/tactics/auto.mli @@ -44,6 +44,11 @@ val demodulate_tac : universe:Universe.universe -> ProofEngineTypes.tactic +val demodulate_theorem : + universe:Universe.universe -> + UriManager.uri -> + Cic.term * Cic.term + val solve_rewrite_tac: params:auto_params -> universe:Universe.universe ->