]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/tactics/declarative.mli
changed auto_tac params type and all derivate tactics like applyS and
[helm.git] / helm / software / components / tactics / declarative.mli
index 8fd91b0e853f9c4a83c35d9604de5518aea571d9..08852c79cf70334bb4f9509e33ec0e37eca6f0e7 100644 (file)
@@ -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 | `Proof ] ->
+   [ `Term of Cic.term | `Auto of Auto.auto_params
+   | `Proof  | `SolveWith of Cic.term] ->
     bool (* last step *) -> ProofEngineTypes.tactic