X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Ftactics%2Fdeclarative.mli;h=8fd91b0e853f9c4a83c35d9604de5518aea571d9;hb=ca2a604c2817deb118d595611b94a0d77978eab6;hp=97514b684b64bf8486b4fb8ddc9c8732c7ca40e5;hpb=ac741958783108ff31552e533c853e85c2ebb1c5;p=helm.git diff --git a/helm/software/components/tactics/declarative.mli b/helm/software/components/tactics/declarative.mli index 97514b684..8fd91b0e8 100644 --- a/helm/software/components/tactics/declarative.mli +++ b/helm/software/components/tactics/declarative.mli @@ -57,5 +57,5 @@ val andelim : val rewritingstep : dbd:HSql.dbd -> universe:Universe.universe -> (string option * Cic.term) option -> Cic.term -> - [ `Term of Cic.term | `Auto of (string * string) list ] -> + [ `Term of Cic.term | `Auto of (string * string) list | `Proof ] -> bool (* last step *) -> ProofEngineTypes.tactic