X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Ftactics%2Fdeclarative.mli;h=08852c79cf70334bb4f9509e33ec0e37eca6f0e7;hb=fcdc755773839176c7206b579b6dd1ff665ed8f5;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..08852c79c 100644 --- a/helm/software/components/tactics/declarative.mli +++ b/helm/software/components/tactics/declarative.mli @@ -57,5 +57,6 @@ 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 Auto.auto_params + | `Proof | `SolveWith of Cic.term] -> bool (* last step *) -> ProofEngineTypes.tactic